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

Packages that use TagInfo
javax.servlet.jsp.tagext   
 

Uses of TagInfo in javax.servlet.jsp.tagext
 

Fields in javax.servlet.jsp.tagext declared as TagInfo
protected  TagInfo[] TagLibraryInfo.tags
           
 

Methods in javax.servlet.jsp.tagext that return TagInfo
 TagInfo[] TagLibraryInfo.getTags()
           
 TagInfo TagLibraryInfo.getTag(java.lang.String shortname)
          Get the TagInfo for a given tag name
 TagInfo TagExtraInfo.getTagInfo()
          Get the TagInfo for this class
 

Methods in javax.servlet.jsp.tagext with parameters of type TagInfo
 void TagExtraInfo.setTagInfo(TagInfo tagInfo)
          Set the TagInfo for this class
 



Copyright (c) 1999-2000 The Apache Software Foundation. All Rights Reserved.