Uses of Class
org.apache.jasper.compiler.ParserController
Packages that use ParserController
-
Uses of ParserController in org.apache.jasper.compiler
Fields in org.apache.jasper.compiler declared as ParserControllerModifier and TypeFieldDescriptionprivate 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 ParserControllerModifier and TypeMethodDescriptionstatic Node.Nodes
JspDocumentParser.parse
(ParserController pc, String path, JarFile jarFile, Node parent, boolean isTagFile, boolean directivesOnly, String pageEnc, String jspConfigPageEnc, boolean isEncodingSpecifiedInProlog) static Node.Nodes
Parser.parse
(ParserController pc, String path, JspReader reader, Node parent, boolean isTagFile, boolean directivesOnly, URL jarFileUrl, String pageEnc, String jspConfigPageEnc, boolean isDefaultPageEncoding, boolean hasBom) The main entry for Parserstatic Attributes
Parser.parseAttributes
(ParserController pc, JspReader reader) Parse Attributes for a reader, provided for external usestatic javax.servlet.jsp.tagext.TagInfo
TagFileProcessor.parseTagFileDirectives
(ParserController pc, String name, String path, javax.servlet.jsp.tagext.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 ParserControllerModifierConstructorDescriptionImplicitTagLibraryInfo
(JspCompilationContext ctxt, ParserController pc, String prefix, String tagdir, ErrorDispatcher err) Constructor.JspDocumentParser
(ParserController pc, String path, boolean isTagFile, boolean directivesOnly) private
Parser
(ParserController pc, JspReader reader, boolean isTagFile, boolean directivesOnly, URL jarFileUrl, boolean hasBom) The constructorTagLibraryInfoImpl
(JspCompilationContext ctxt, ParserController pc, String prefix, String uriIn, String[] location, ErrorDispatcher err) Constructor which builds a TagLibraryInfoImpl by parsing a TLD.