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 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 TagInfo Modifier and Type Method Description TagInfo
TagLibraryInfo. getTag(java.lang.String shortname)
Get the TagInfo for a given tag name, looking through all the tags in this tag library.TagInfo
TagExtraInfo. getTagInfo()
Get the TagInfo for this class.TagInfo
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 TagInfo Modifier and Type Method Description void
TagExtraInfo. 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 TagInfo
JspCompilationContext. tagInfo
Methods in org.apache.jasper that return TagInfo Modifier and Type Method Description TagInfo
JspCompilationContext. getTagInfo()
Methods in org.apache.jasper with parameters of type TagInfo Modifier and Type Method Description void
JspCompilationContext. 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) class
JasperTagInfo
TagInfo 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 TagInfo
Node.CustomTag. tagInfo
Methods in org.apache.jasper.compiler that return TagInfo Modifier and Type Method Description private TagInfo
TagLibraryInfoImpl. createTagInfo(TreeNode elem, java.lang.String jspVersion)
TagInfo
Node.CustomTag. getTagInfo()
TagInfo
TagFileProcessor.TagFileDirectiveVisitor. getTagInfo()
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.Methods in org.apache.jasper.compiler with parameters of type TagInfo Modifier and Type Method Description private 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 java.lang.Class
TagFileProcessor. 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)
-