Uses of Class
org.apache.jasper.compiler.ParserController
-
Packages that use ParserController Package Description org.apache.jasper.compiler -
-
Uses of ParserController in org.apache.jasper.compiler
Fields in org.apache.jasper.compiler declared as ParserController Modifier and Type Field Description private ParserController
JspDocumentParser. parserController
private ParserController
Parser. parserController
private ParserController
TagLibraryInfoImpl. parserController
private ParserController
ImplicitTagLibraryInfo. pc
Methods in org.apache.jasper.compiler with parameters of type ParserController Modifier and Type Method Description static Node.Nodes
JspDocumentParser. parse(ParserController pc, java.lang.String path, java.util.jar.JarFile jarFile, Node parent, boolean isTagFile, boolean directivesOnly, java.lang.String pageEnc, java.lang.String jspConfigPageEnc, boolean isEncodingSpecifiedInProlog)
static Node.Nodes
Parser. parse(ParserController pc, java.lang.String path, JspReader reader, Node parent, boolean isTagFile, boolean directivesOnly, java.net.URL jarFileUrl, java.lang.String pageEnc, java.lang.String jspConfigPageEnc, boolean isDefaultPageEncoding, boolean hasBom)
The main entry for Parserstatic org.xml.sax.Attributes
Parser. parseAttributes(ParserController pc, JspReader reader)
Parse Attributes for a reader, provided for external usestatic 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.Constructors in org.apache.jasper.compiler with parameters of type ParserController Constructor Description ImplicitTagLibraryInfo(JspCompilationContext ctxt, ParserController pc, java.lang.String prefix, java.lang.String tagdir, ErrorDispatcher err)
Constructor.JspDocumentParser(ParserController pc, java.lang.String path, boolean isTagFile, boolean directivesOnly)
Parser(ParserController pc, JspReader reader, boolean isTagFile, boolean directivesOnly, java.net.URL jarFileUrl, boolean hasBom)
The constructorTagLibraryInfoImpl(JspCompilationContext ctxt, ParserController pc, java.lang.String prefix, java.lang.String uriIn, java.lang.String[] location, ErrorDispatcher err)
Constructor which builds a TagLibraryInfoImpl by parsing a TLD.
-