Uses of Class
javax.servlet.jsp.tagext.TagAttributeInfo
-
Packages that use TagAttributeInfo Package Description javax.servlet.jsp.tagext -
-
Uses of TagAttributeInfo in javax.servlet.jsp.tagext
Methods in javax.servlet.jsp.tagext that return TagAttributeInfo Modifier and Type Method Description TagAttributeInfo[]
TagInfo. getAttributes()
A null return means no information on attributesstatic TagAttributeInfo
TagAttributeInfo. getIdAttribute(TagAttributeInfo[] a)
Convenience method that goes through an array of TagAttributeInfo objects and looks for "id".Methods in javax.servlet.jsp.tagext with parameters of type TagAttributeInfo Modifier and Type Method Description static TagAttributeInfo
TagAttributeInfo. getIdAttribute(TagAttributeInfo[] a)
Convenience method that goes through an array of TagAttributeInfo objects and looks for "id".Constructors in javax.servlet.jsp.tagext with parameters of type TagAttributeInfo Constructor Description TagInfo(java.lang.String tagName, java.lang.String tagClassName, java.lang.String bodycontent, java.lang.String infoString, TagLibraryInfo taglib, TagExtraInfo tagExtraInfo, TagAttributeInfo[] attributeInfo)
Constructor for TagInfo.
-