Uses of Class
jakarta.servlet.jsp.tagext.TagAttributeInfo
-
Packages that use TagAttributeInfo Package Description jakarta.servlet.jsp.tagext -
-
Uses of TagAttributeInfo in jakarta.servlet.jsp.tagext
Methods in jakarta.servlet.jsp.tagext that return TagAttributeInfo Modifier and Type Method Description TagAttributeInfo[]
TagInfo. getAttributes()
Attribute information (in the TLD) on this tag.static TagAttributeInfo
TagAttributeInfo. getIdAttribute(TagAttributeInfo[] a)
Convenience static method that goes through an array of TagAttributeInfo objects and looks for "id".Methods in jakarta.servlet.jsp.tagext with parameters of type TagAttributeInfo Modifier and Type Method Description static TagAttributeInfo
TagAttributeInfo. getIdAttribute(TagAttributeInfo[] a)
Convenience static method that goes through an array of TagAttributeInfo objects and looks for "id".Constructors in jakarta.servlet.jsp.tagext with parameters of type TagAttributeInfo Constructor Description TagInfo(String tagName, String tagClassName, String bodycontent, String infoString, TagLibraryInfo taglib, TagExtraInfo tagExtraInfo, TagAttributeInfo[] attributeInfo)
Constructor for TagInfo from data in the JSP 1.1 format for TLD.TagInfo(String tagName, String tagClassName, String bodycontent, String infoString, TagLibraryInfo taglib, TagExtraInfo tagExtraInfo, TagAttributeInfo[] attributeInfo, String displayName, String smallIcon, String largeIcon, TagVariableInfo[] tvi)
Constructor for TagInfo from data in the JSP 1.2 format for TLD.TagInfo(String tagName, String tagClassName, String bodycontent, String infoString, TagLibraryInfo taglib, TagExtraInfo tagExtraInfo, TagAttributeInfo[] attributeInfo, String displayName, String smallIcon, String largeIcon, TagVariableInfo[] tvi, boolean dynamicAttributes)
Constructor for TagInfo from data in the JSP 2.0 format for TLD.
-