Uses of Class
javax.servlet.jsp.tagext.TagInfo
Packages that use TagInfo
Package
Description
-
Uses of TagInfo in javax.servlet.jsp.tagext
Fields in javax.servlet.jsp.tagext declared as TagInfoModifier and TypeFieldDescriptionprivate TagInfo
TagExtraInfo.tagInfo
private TagInfo
TagFileInfo.tagInfo
protected TagInfo[]
TagLibraryInfo.tags
An array describing the tags that are defined in this tag library.Methods in javax.servlet.jsp.tagext that return TagInfoModifier and TypeMethodDescriptionGet the TagInfo for a given tag name, looking through all the tags in this tag library.final TagInfo
TagExtraInfo.getTagInfo()
Get the TagInfo for this class.TagFileInfo.getTagInfo()
Returns information about this tag, parsed from the directives in the tag file.TagInfo[]
TagLibraryInfo.getTags()
An array describing the tags that are defined in this tag library.Methods in javax.servlet.jsp.tagext with parameters of type TagInfoModifier and TypeMethodDescriptionfinal void
TagExtraInfo.setTagInfo
(TagInfo tagInfo) Set the TagInfo for this class.Constructors in javax.servlet.jsp.tagext with parameters of type TagInfoModifierConstructorDescriptionTagFileInfo
(String name, String path, TagInfo tagInfo) Constructor for TagFileInfo from data in the JSP 2.0 format for TLD. -
Uses of TagInfo in org.apache.jasper
Fields in org.apache.jasper declared as TagInfoMethods in org.apache.jasper that return TagInfoMethods in org.apache.jasper with parameters of type TagInfoConstructors in org.apache.jasper with parameters of type TagInfoModifierConstructorDescriptionJspCompilationContext
(String tagfile, TagInfo tagInfo, Options options, javax.servlet.ServletContext context, JspServletWrapper jsw, JspRuntimeContext rctxt, URL tagFileJarUrl) -
Uses of TagInfo in org.apache.jasper.compiler
Subclasses of TagInfo in org.apache.jasper.compilerModifier and TypeClassDescription(package private) class
TagInfo extension used by tag handlers that are implemented via tag files.Fields in org.apache.jasper.compiler declared as TagInfoMethods in org.apache.jasper.compiler that return TagInfoModifier and TypeMethodDescriptionprivate TagInfo
TagLibraryInfoImpl.createTagInfo
(TreeNode elem, String jspVersion) Node.CustomTag.getTagInfo()
TagFileProcessor.TagFileDirectiveVisitor.getTagInfo()
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.Methods in org.apache.jasper.compiler with parameters of type TagInfoModifier and TypeMethodDescriptionprivate void
Generator.generateSetJspContext
(TagInfo tagInfo) private void
Generator.generateTagHandlerAttributes
(TagInfo tagInfo) Generates declarations for tag handler attributes, and defines the getter and setter methods for each.private void
Generator.generateTagHandlerPostamble
(TagInfo tagInfo) private Class
TagFileProcessor.loadTagFile
(Compiler compiler, String tagFilePath, TagInfo tagInfo, PageInfo parentPageInfo) Compiles and loads a tagfile.Constructors in org.apache.jasper.compiler with parameters of type TagInfoModifierConstructorDescriptionCustomTag
(String jspVersion, String qName, String prefix, String localName, String uri, Attributes attrs, Mark start, Node parent, TagInfo tagInfo, Class tagHandlerClass) CustomTag
(String jspVersion, String qName, String prefix, String localName, String uri, Attributes attrs, Attributes nonTaglibXmlnsAttrs, Attributes taglibAttrs, Mark start, Node parent, TagInfo tagInfo, Class tagHandlerClass) -
Uses of TagInfo in org.apache.jasper.servlet
Constructors in org.apache.jasper.servlet with parameters of type TagInfoModifierConstructorDescriptionJspServletWrapper
(javax.servlet.ServletContext servletContext, Options options, String tagFilePath, TagInfo tagInfo, JspRuntimeContext rctxt, URL tagFileJarUrl)