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 ParserControllerJspDocumentParser.parserControllerprivate ParserControllerParser.parserControllerprivate ParserControllerTagLibraryInfoImpl.parserControllerprivate ParserControllerImplicitTagLibraryInfo.pcMethods in org.apache.jasper.compiler with parameters of type ParserControllerModifier and TypeMethodDescriptionstatic Node.NodesJspDocumentParser.parse(ParserController pc, String path, JarFile jarFile, Node parent, boolean isTagFile, boolean directivesOnly, String pageEnc, String jspConfigPageEnc, boolean isEncodingSpecifiedInProlog) static Node.NodesParser.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 AttributesParser.parseAttributes(ParserController pc, JspReader reader) Parse Attributes for a reader, provided for external usestatic javax.servlet.jsp.tagext.TagInfoTagFileProcessor.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) privateParser(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.