Uses of Class
javax.servlet.jsp.tagext.TagLibraryInfo
Packages that use TagLibraryInfo
Package
Description
-
Uses of TagLibraryInfo in javax.servlet.jsp.tagext
Fields in javax.servlet.jsp.tagext declared as TagLibraryInfoMethods in javax.servlet.jsp.tagext that return TagLibraryInfoModifier and TypeMethodDescriptionTagInfo.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 TagLibraryInfoModifier and TypeMethodDescriptionvoid
TagInfo.setTagLibrary
(TagLibraryInfo tl) Set the TagLibraryInfo property.Constructors in javax.servlet.jsp.tagext with parameters of type TagLibraryInfoModifierConstructorDescriptionTagInfo
(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
Fields in org.apache.jasper with type parameters of type TagLibraryInfo -
Uses of TagLibraryInfo in org.apache.jasper.compiler
Subclasses of TagLibraryInfo in org.apache.jasper.compilerModifier and TypeClassDescription(package private) class
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
Implementation of the TagLibraryInfo class from the JSP spec.Fields in org.apache.jasper.compiler declared as TagLibraryInfoModifier and TypeFieldDescriptionprivate TagLibraryInfo
TagFileProcessor.TagFileDirectiveVisitor.tagLibInfo
Fields in org.apache.jasper.compiler with type parameters of type TagLibraryInfoMethods in org.apache.jasper.compiler that return TagLibraryInfoModifier and TypeMethodDescriptionImplicitTagLibraryInfo.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.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 TagLibraryInfoMethods in org.apache.jasper.compiler with parameters of type TagLibraryInfoModifier and TypeMethodDescriptionvoid
PageInfo.addTaglib
(String uri, TagLibraryInfo info) static TagInfo
TagFileProcessor.parseTagFileDirectives
(ParserController pc, String name, 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 TagLibraryInfoModifierConstructorDescriptionJasperTagInfo
(String tagName, String tagClassName, String bodyContent, String infoString, TagLibraryInfo taglib, TagExtraInfo tagExtraInfo, TagAttributeInfo[] attributeInfo, String displayName, String smallIcon, String largeIcon, TagVariableInfo[] tvi, String mapName) TagFileDirectiveVisitor
(Compiler compiler, TagLibraryInfo tagLibInfo, String name, String path) -
Uses of TagLibraryInfo in org.apache.jasper.servlet
Fields in org.apache.jasper.servlet with type parameters of type TagLibraryInfoModifier and TypeFieldDescriptionprivate ConcurrentHashMap<String,
TagLibraryInfo> JspServlet.taglibs