Uses of Class javax.servlet.jsp.tagext.TagAttributeInfo

Uses in package javax.servlet.jsp.tagext

Constructors with parameter type javax.servlet.jsp.tagext.TagAttributeInfo

TagInfo.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.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.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.

Methods with return type javax.servlet.jsp.tagext.TagAttributeInfo

TagAttributeInfo[]
Attribute information (in the TLD) on this tag.
TagAttributeInfo
Convenience static method that goes through an array of TagAttributeInfo objects and looks for "id".

Copyright © 1999-2002 The Apache Software Foundation. All Rights Reserved.