Uses of Class
javax.servlet.jsp.tagext.TagAttributeInfo
-
Packages that use TagAttributeInfo Package Description javax.servlet.jsp.tagext org.apache.jasper.compiler -
-
Uses of TagAttributeInfo in javax.servlet.jsp.tagext
Fields in javax.servlet.jsp.tagext declared as TagAttributeInfo Modifier and Type Field Description private TagAttributeInfo[]
TagInfo. attributeInfo
Methods in javax.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 javax.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 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 from data in the JSP 1.1 format for TLD.TagInfo(java.lang.String tagName, java.lang.String tagClassName, java.lang.String bodycontent, java.lang.String infoString, TagLibraryInfo taglib, TagExtraInfo tagExtraInfo, TagAttributeInfo[] attributeInfo, java.lang.String displayName, java.lang.String smallIcon, java.lang.String largeIcon, TagVariableInfo[] tvi)
Constructor for TagInfo from data in the JSP 1.2 format for TLD.TagInfo(java.lang.String tagName, java.lang.String tagClassName, java.lang.String bodycontent, java.lang.String infoString, TagLibraryInfo taglib, TagExtraInfo tagExtraInfo, TagAttributeInfo[] attributeInfo, java.lang.String displayName, java.lang.String smallIcon, java.lang.String largeIcon, TagVariableInfo[] tvi, boolean dynamicAttributes)
Constructor for TagInfo from data in the JSP 2.0 format for TLD. -
Uses of TagAttributeInfo in org.apache.jasper.compiler
Fields in org.apache.jasper.compiler declared as TagAttributeInfo Modifier and Type Field Description private TagAttributeInfo
TagFileProcessor.TagFileDirectiveVisitor.NameEntry. attr
Fields in org.apache.jasper.compiler with type parameters of type TagAttributeInfo Modifier and Type Field Description private java.util.List<TagAttributeInfo>
TagFileProcessor.TagFileDirectiveVisitor. attributeVector
Methods in org.apache.jasper.compiler that return TagAttributeInfo Modifier and Type Method Description private TagAttributeInfo
TagLibraryInfoImpl. createAttribute(TreeNode elem, java.lang.String jspVersion)
(package private) TagAttributeInfo
TagFileProcessor.TagFileDirectiveVisitor.NameEntry. getTagAttributeInfo()
Methods in org.apache.jasper.compiler with parameters of type TagAttributeInfo Modifier and Type Method Description private void
Validator.ValidateVisitor. checkSetter(Node.CustomTag n, TagAttributeInfo tldattr)
private void
TagFileProcessor.TagFileDirectiveVisitor. checkUniqueName(java.lang.String name, TagFileProcessor.TagFileDirectiveVisitor.Name type, Node n, TagAttributeInfo attr)
private Node.JspAttribute
Validator.ValidateVisitor. getJspAttribute(java.lang.String qName, java.lang.String uri, java.lang.String localName, java.lang.String value, Node n, boolean dynamic, TagAttributeInfo tagAttr)
Preprocess attributes that can be expressions.Constructors in org.apache.jasper.compiler with parameters of type TagAttributeInfo Constructor Description JasperTagInfo(java.lang.String tagName, java.lang.String tagClassName, java.lang.String bodyContent, java.lang.String infoString, TagLibraryInfo taglib, TagExtraInfo tagExtraInfo, TagAttributeInfo[] attributeInfo, java.lang.String displayName, java.lang.String smallIcon, java.lang.String largeIcon, TagVariableInfo[] tvi, java.lang.String mapName)
NameEntry(TagFileProcessor.TagFileDirectiveVisitor.Name type, Node node, TagAttributeInfo attr)
-