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.

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

TagAttributeInfo[]
A null return means no information on attributes
TagAttributeInfo
Convenience method that goes through an array of TagAttributeInfo objects and looks for "id".

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