Uses of Class
javax.servlet.jsp.tagext.TagLibraryInfo
-
Packages that use TagLibraryInfo Package Description javax.servlet.jsp.tagext org.apache.jasper org.apache.jasper.compiler org.apache.jasper.servlet -
-
Uses of TagLibraryInfo in javax.servlet.jsp.tagext
Fields in javax.servlet.jsp.tagext declared as TagLibraryInfo Modifier and Type Field Description private TagLibraryInfo
TagInfo. tagLibrary
Methods in javax.servlet.jsp.tagext that return TagLibraryInfo Modifier and Type Method Description 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 Modifier and Type Method Description void
TagInfo. setTagLibrary(TagLibraryInfo tl)
Set the TagLibraryInfo property.Constructors in javax.servlet.jsp.tagext with parameters of type TagLibraryInfo Constructor Description TagInfo(java.lang.String tagName, java.lang.String tagClassName, java.lang.String bodycontent, java.lang.String infoString, TagLibraryInfo taglib, TagExtraInfo tagExtraInfo, TagAttributeInfo[] attributeInfo)
Constructor for TagInfo from data in the JSP 1.1 format for TLD.TagInfo(java.lang.String tagName, java.lang.String tagClassName, java.lang.String bodycontent, java.lang.String infoString, TagLibraryInfo taglib, TagExtraInfo tagExtraInfo, TagAttributeInfo[] attributeInfo, java.lang.String displayName, java.lang.String smallIcon, java.lang.String largeIcon, TagVariableInfo[] tvi)
Constructor for TagInfo from data in the JSP 1.2 format for TLD.TagInfo(java.lang.String tagName, java.lang.String tagClassName, java.lang.String bodycontent, java.lang.String infoString, TagLibraryInfo taglib, TagExtraInfo tagExtraInfo, TagAttributeInfo[] attributeInfo, java.lang.String displayName, java.lang.String smallIcon, java.lang.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
Fields in org.apache.jasper with type parameters of type TagLibraryInfo Modifier and Type Field Description private java.util.concurrent.ConcurrentHashMap<java.lang.String,TagLibraryInfo>
JspC. taglibs
-
Uses of TagLibraryInfo in org.apache.jasper.compiler
Subclasses of TagLibraryInfo in org.apache.jasper.compiler Modifier and Type Class Description (package private) class
ImplicitTagLibraryInfo
Class responsible for generating an implicit tag library containing tag handlers corresponding to the tag files in "/WEB-INF/tags/" or a subdirectory of it.class
TagLibraryInfoImpl
Implementation of the TagLibraryInfo class from the JSP spec.Fields in org.apache.jasper.compiler declared as TagLibraryInfo Modifier and Type Field Description private TagLibraryInfo
TagFileProcessor.TagFileDirectiveVisitor. tagLibInfo
Fields in org.apache.jasper.compiler with type parameters of type TagLibraryInfo Modifier and Type Field Description private java.util.HashMap<java.lang.String,TagLibraryInfo>
PageInfo. taglibsMap
Methods in org.apache.jasper.compiler that return TagLibraryInfo Modifier and Type Method Description TagLibraryInfo
PageInfo. getTaglib(java.lang.String uri)
TagLibraryInfo[]
ImplicitTagLibraryInfo. 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.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 that return types with arguments of type TagLibraryInfo Modifier and Type Method Description java.util.Collection<TagLibraryInfo>
PageInfo. getTaglibs()
Methods in org.apache.jasper.compiler with parameters of type TagLibraryInfo Modifier and Type Method Description void
PageInfo. addTaglib(java.lang.String uri, TagLibraryInfo info)
static TagInfo
TagFileProcessor. parseTagFileDirectives(ParserController pc, java.lang.String name, java.lang.String path, TagLibraryInfo tagLibInfo)
Parses the tag file, and collects information on the directives included in it.Constructors in org.apache.jasper.compiler with parameters of type TagLibraryInfo Constructor Description JasperTagInfo(java.lang.String tagName, java.lang.String tagClassName, java.lang.String bodyContent, java.lang.String infoString, TagLibraryInfo taglib, TagExtraInfo tagExtraInfo, TagAttributeInfo[] attributeInfo, java.lang.String displayName, java.lang.String smallIcon, java.lang.String largeIcon, TagVariableInfo[] tvi, java.lang.String mapName)
TagFileDirectiveVisitor(Compiler compiler, TagLibraryInfo tagLibInfo, java.lang.String name, java.lang.String path)
-
Uses of TagLibraryInfo in org.apache.jasper.servlet
Fields in org.apache.jasper.servlet with type parameters of type TagLibraryInfo Modifier and Type Field Description private java.util.concurrent.ConcurrentHashMap<java.lang.String,TagLibraryInfo>
JspServlet. taglibs
-