Uses of Class
javax.servlet.jsp.tagext.TagFileInfo
Packages that use TagFileInfo
-
Uses of TagFileInfo in javax.servlet.jsp.tagext
Fields in javax.servlet.jsp.tagext declared as TagFileInfoModifier and TypeFieldDescriptionprotected TagFileInfo[]
TagLibraryInfo.tagFiles
An array describing the tag files that are defined in this tag library.Methods in javax.servlet.jsp.tagext that return TagFileInfoModifier and TypeMethodDescriptionTagLibraryInfo.getTagFile
(String shortname) Get the TagFileInfo for a given tag name, looking through all the tag files in this tag library.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 TagFileInfoFields in org.apache.jasper.compiler with type parameters of type TagFileInfoMethods in org.apache.jasper.compiler that return TagFileInfoModifier and TypeMethodDescriptionprivate TagFileInfo
TagLibraryInfoImpl.createTagFileInfo
(TreeNode elem, String uri, URL jarFileUrl) ImplicitTagLibraryInfo.getTagFile
(String shortName) Checks to see if the given tag name maps to a tag file path, and if so, parses the corresponding tag file.Node.CustomTag.getTagFileInfo()
Constructors in org.apache.jasper.compiler with parameters of type TagFileInfoModifierConstructorDescriptionCustomTag
(String jspVersion, String qName, String prefix, String localName, String uri, Attributes attrs, Mark start, Node parent, TagFileInfo tagFileInfo) CustomTag
(String jspVersion, String qName, String prefix, String localName, String uri, Attributes attrs, Attributes nonTaglibXmlnsAttrs, Attributes taglibAttrs, Mark start, Node parent, TagFileInfo tagFileInfo)