Uses of Class
javax.servlet.jsp.tagext.TagFileInfo
-
Packages that use TagFileInfo Package Description javax.servlet.jsp.tagext org.apache.jasper.compiler -
-
Uses of TagFileInfo in javax.servlet.jsp.tagext
Fields in javax.servlet.jsp.tagext declared as TagFileInfo Modifier and Type Field Description protected TagFileInfo[]
TagLibraryInfo. tagFiles
An array describing the tag files that are defined in this tag library.Methods in javax.servlet.jsp.tagext that return TagFileInfo Modifier and Type Method Description TagFileInfo
TagLibraryInfo. getTagFile(java.lang.String shortname)
Get the TagFileInfo for a given tag name, looking through all the tag files in this tag library.TagFileInfo[]
TagLibraryInfo. getTagFiles()
An array describing the tag files that are defined in this tag library. -
Uses of TagFileInfo in org.apache.jasper.compiler
Fields in org.apache.jasper.compiler declared as TagFileInfo Modifier and Type Field Description private TagFileInfo
Node.CustomTag. tagFileInfo
Fields in org.apache.jasper.compiler with type parameters of type TagFileInfo Modifier and Type Field Description private java.util.ArrayList<TagFileInfo>
ImplicitTagLibraryInfo. vec
Methods in org.apache.jasper.compiler that return TagFileInfo Modifier and Type Method Description private TagFileInfo
TagLibraryInfoImpl. createTagFileInfo(TreeNode elem, java.lang.String uri, java.net.URL jarFileUrl)
TagFileInfo
ImplicitTagLibraryInfo. getTagFile(java.lang.String shortName)
Checks to see if the given tag name maps to a tag file path, and if so, parses the corresponding tag file.TagFileInfo
Node.CustomTag. getTagFileInfo()
Constructors in org.apache.jasper.compiler with parameters of type TagFileInfo 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, TagFileInfo tagFileInfo)
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, TagFileInfo tagFileInfo)
-