Uses of Class
org.apache.jasper.compiler.Compiler
Packages that use Compiler
-
Uses of Compiler in org.apache.jasper
Fields in org.apache.jasper declared as CompilerMethods in org.apache.jasper that return CompilerModifier and TypeMethodDescriptionJspCompilationContext.createCompiler
(boolean jspcMode) Create a "Compiler" object.JspCompilationContext.createParser()
Create a compiler object for parsing only.JspCompilationContext.getCompiler()
-
Uses of Compiler in org.apache.jasper.compiler
Fields in org.apache.jasper.compiler declared as CompilerModifier and TypeFieldDescriptionprivate Compiler
PageDataImpl.SecondPassVisitor.compiler
private Compiler
ParserController.compiler
private Compiler
TagFileProcessor.TagFileLoaderVisitor.compiler
Fields in org.apache.jasper.compiler with type parameters of type CompilerMethods in org.apache.jasper.compiler that return CompilerMethods in org.apache.jasper.compiler with parameters of type CompilerModifier and TypeMethodDescriptionstatic void
Collector.collect
(Compiler compiler, Node.Nodes page) static void
TextOptimizer.concatenate
(Compiler compiler, Node.Nodes page) static void
Generator.generate
(ServletWriter out, Compiler compiler, Node.Nodes page) The main entry for Generator.private Class
TagFileProcessor.loadTagFile
(Compiler compiler, String tagFilePath, javax.servlet.jsp.tagext.TagInfo tagInfo, PageInfo parentPageInfo) Compiles and loads a tagfile.void
TagFileProcessor.loadTagFiles
(Compiler compiler, Node.Nodes page) Implements a phase of the translation that compiles (if necessary) the tag files used in a JSP files.static void
ELFunctionMapper.map
(Compiler compiler, Node.Nodes page) Creates the functions mappers for all EL expressions in the JSP page.static void
Validator.validate
(Compiler compiler, Node.Nodes page) private static void
Validator.validateXmlView
(javax.servlet.jsp.tagext.PageData xmlView, Compiler compiler) Validate XML view against the TagLibraryValidator classes of all imported tag libraries.Constructors in org.apache.jasper.compiler with parameters of type CompilerModifierConstructorDescription(package private)
DirectiveVisitor
(Compiler compiler) (package private)
Generator
(ServletWriter out, Compiler compiler) Constructor.PageDataImpl
(Node.Nodes page, Compiler compiler) Constructor.ParserController
(JspCompilationContext ctxt, Compiler compiler) SecondPassVisitor
(Node.Root root, StringBuilder buf, Compiler compiler, String jspIdPrefix) (package private)
TagExtraInfoVisitor
(Compiler compiler) TagFileDirectiveVisitor
(Compiler compiler, javax.servlet.jsp.tagext.TagLibraryInfo tagLibInfo, String name, String path) (package private)
TagFileLoaderVisitor
(Compiler compiler) (package private)
ValidateVisitor
(Compiler compiler)