Uses of Class
javax.servlet.jsp.tagext.TagInfo
-
Packages that use TagInfo Package Description javax.servlet.jsp.tagext org.apache.jasper org.apache.jasper.compiler org.apache.jasper.servlet -
-
Uses of TagInfo in javax.servlet.jsp.tagext
Fields in javax.servlet.jsp.tagext declared as TagInfo Modifier and Type Field Description private TagInfoTagExtraInfo. tagInfoprivate TagInfoTagFileInfo. tagInfoprotected TagInfo[]TagLibraryInfo. tagsAn array describing the tags that are defined in this tag library.Methods in javax.servlet.jsp.tagext that return TagInfo Modifier and Type Method Description TagInfoTagLibraryInfo. getTag(java.lang.String shortname)Get the TagInfo for a given tag name, looking through all the tags in this tag library.TagInfoTagExtraInfo. getTagInfo()Get the TagInfo for this class.TagInfoTagFileInfo. 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 TagInfo Modifier and Type Method Description voidTagExtraInfo. setTagInfo(TagInfo tagInfo)Set the TagInfo for this class.Constructors in javax.servlet.jsp.tagext with parameters of type TagInfo Constructor Description TagFileInfo(java.lang.String name, java.lang.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 TagInfo Modifier and Type Field Description private TagInfoJspCompilationContext. tagInfoMethods in org.apache.jasper that return TagInfo Modifier and Type Method Description TagInfoJspCompilationContext. getTagInfo()Methods in org.apache.jasper with parameters of type TagInfo Modifier and Type Method Description voidJspCompilationContext. setTagInfo(TagInfo tagi)Constructors in org.apache.jasper with parameters of type TagInfo Constructor Description JspCompilationContext(java.lang.String tagfile, TagInfo tagInfo, Options options, javax.servlet.ServletContext context, JspServletWrapper jsw, JspRuntimeContext rctxt, java.net.URL tagFileJarUrl) -
Uses of TagInfo in org.apache.jasper.compiler
Subclasses of TagInfo in org.apache.jasper.compiler Modifier and Type Class Description (package private) classJasperTagInfoTagInfo extension used by tag handlers that are implemented via tag files.Fields in org.apache.jasper.compiler declared as TagInfo Modifier and Type Field Description private TagInfoNode.CustomTag. tagInfoMethods in org.apache.jasper.compiler that return TagInfo Modifier and Type Method Description private TagInfoTagLibraryInfoImpl. createTagInfo(TreeNode elem, java.lang.String jspVersion)TagInfoNode.CustomTag. getTagInfo()TagInfoTagFileProcessor.TagFileDirectiveVisitor. getTagInfo()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.Methods in org.apache.jasper.compiler with parameters of type TagInfo Modifier and Type Method Description private voidGenerator. generateSetJspContext(TagInfo tagInfo)private voidGenerator. generateTagHandlerAttributes(TagInfo tagInfo)Generates declarations for tag handler attributes, and defines the getter and setter methods for each.private voidGenerator. generateTagHandlerPostamble(TagInfo tagInfo)private java.lang.ClassTagFileProcessor. loadTagFile(Compiler compiler, java.lang.String tagFilePath, TagInfo tagInfo, PageInfo parentPageInfo)Compiles and loads a tagfile.Constructors in org.apache.jasper.compiler with parameters of type TagInfo Constructor Description CustomTag(java.lang.String jspVersion, java.lang.String qName, java.lang.String prefix, java.lang.String localName, java.lang.String uri, org.xml.sax.Attributes attrs, Mark start, Node parent, TagInfo tagInfo, java.lang.Class tagHandlerClass)CustomTag(java.lang.String jspVersion, java.lang.String qName, java.lang.String prefix, java.lang.String localName, java.lang.String uri, org.xml.sax.Attributes attrs, org.xml.sax.Attributes nonTaglibXmlnsAttrs, org.xml.sax.Attributes taglibAttrs, Mark start, Node parent, TagInfo tagInfo, java.lang.Class tagHandlerClass) -
Uses of TagInfo in org.apache.jasper.servlet
Constructors in org.apache.jasper.servlet with parameters of type TagInfo Constructor Description JspServletWrapper(javax.servlet.ServletContext servletContext, Options options, java.lang.String tagFilePath, TagInfo tagInfo, JspRuntimeContext rctxt, java.net.URL tagFileJarUrl)
-