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

Packages that use TagLibraryInfo
javax.servlet.jsp.tagext Classes and interfaces for the definition of JavaServer Pages Tag Libraries. 
org.apache.jasper.compiler   
 

Uses of TagLibraryInfo in javax.servlet.jsp.tagext
 

Methods in javax.servlet.jsp.tagext that return TagLibraryInfo
 TagLibraryInfo TagInfo.getTagLibrary()
          The instance of TabLibraryInfo we belong to.
abstract  TagLibraryInfo[] TagLibraryInfo.getTagLibraryInfos()
          Returns an array of TagLibraryInfo objects representing the entire set of tag libraries (including this TagLibraryInfo) imported by taglib directives in the translation unit that references this TagLibraryInfo.
 

Methods in javax.servlet.jsp.tagext with parameters of type TagLibraryInfo
 void TagInfo.setTagLibrary(TagLibraryInfo tl)
          Set the TagLibraryInfo property.
 

Constructors in javax.servlet.jsp.tagext with parameters of type TagLibraryInfo
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(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(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.
 

Uses of TagLibraryInfo in org.apache.jasper.compiler
 

Subclasses of TagLibraryInfo in org.apache.jasper.compiler
 class TagLibraryInfoImpl
          Implementation of the TagLibraryInfo class from the JSP spec.
 

Methods in org.apache.jasper.compiler that return TagLibraryInfo
 TagLibraryInfo PageInfo.getTaglib(String uri)
           
 TagLibraryInfo[] TagLibraryInfoImpl.getTagLibraryInfos()
          Returns an array of TagLibraryInfo objects representing the entire set of tag libraries (including this TagLibraryInfo) imported by taglib directives in the translation unit that references this TagLibraryInfo.
 

Methods in org.apache.jasper.compiler with parameters of type TagLibraryInfo
 void PageInfo.addTaglib(String uri, TagLibraryInfo info)
           
 



Copyright © 2008 Mort Bay Consulting. All Rights Reserved.