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

Uses in package javax.servlet.jsp.tagext

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

TagFileInfo.TagFileInfo(String name, String path, TagInfo tagInfo)
Constructor for TagFileInfo from data in the JSP 2.0 format for TLD.

Fields of type javax.servlet.jsp.tagext.TagInfo

TagInfo[]
An array describing the tags that are defined in this tag library.

Methods with parameter type javax.servlet.jsp.tagext.TagInfo

void
Set the TagInfo for this class.

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

TagInfo
TagLibraryInfo.getTag(String shortname)
Get the TagInfo for a given tag name, looking through all the tags in this tag library.
TagInfo
Get the TagInfo for this class.
TagInfo
Returns information about this tag, parsed from the directives in the tag file.
TagInfo[]
An array describing the tags that are defined in this tag library.

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