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 TagLibraryInfoTagInfo. tagLibraryMethods in javax.servlet.jsp.tagext that return TagLibraryInfo Modifier and Type Method Description TagLibraryInfoTagInfo. 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 voidTagInfo. 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) classImplicitTagLibraryInfoClass responsible for generating an implicit tag library containing tag handlers corresponding to the tag files in "/WEB-INF/tags/" or a subdirectory of it.classTagLibraryInfoImplImplementation of the TagLibraryInfo class from the JSP spec.Fields in org.apache.jasper.compiler declared as TagLibraryInfo Modifier and Type Field Description private TagLibraryInfoTagFileProcessor.TagFileDirectiveVisitor. tagLibInfoFields 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. taglibsMapMethods in org.apache.jasper.compiler that return TagLibraryInfo Modifier and Type Method Description TagLibraryInfoPageInfo. 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 voidPageInfo. addTaglib(java.lang.String uri, TagLibraryInfo info)static TagInfoTagFileProcessor. 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
-