Uses of Class
org.apache.jasper.compiler.Compiler
-
Packages that use Compiler Package Description org.apache.jasper org.apache.jasper.compiler -
-
Uses of Compiler in org.apache.jasper
Fields in org.apache.jasper declared as Compiler Modifier and Type Field Description private Compiler
JspCompilationContext. jspCompiler
Methods in org.apache.jasper that return Compiler Modifier and Type Method Description Compiler
JspCompilationContext. createCompiler(boolean jspcMode)
Create a "Compiler" object.Compiler
JspCompilationContext. createParser()
Create a compiler object for parsing only.Compiler
JspCompilationContext. getCompiler()
-
Uses of Compiler in org.apache.jasper.compiler
Fields in org.apache.jasper.compiler declared as Compiler Modifier and Type Field Description private Compiler
PageDataImpl.SecondPassVisitor. compiler
private Compiler
ParserController. compiler
private Compiler
TagFileProcessor.TagFileLoaderVisitor. compiler
Fields in org.apache.jasper.compiler with type parameters of type Compiler Modifier and Type Field Description private java.util.ArrayList<Compiler>
TagFileProcessor. tempVector
Methods in org.apache.jasper.compiler that return Compiler Modifier and Type Method Description Compiler
ParserController. getCompiler()
Methods in org.apache.jasper.compiler with parameters of type Compiler Modifier and Type Method Description static 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 java.lang.Class
TagFileProcessor. loadTagFile(Compiler compiler, java.lang.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 Compiler Constructor Description DirectiveVisitor(Compiler compiler)
Generator(ServletWriter out, Compiler compiler)
Constructor.PageDataImpl(Node.Nodes page, Compiler compiler)
Constructor.ParserController(JspCompilationContext ctxt, Compiler compiler)
SecondPassVisitor(Node.Root root, java.lang.StringBuilder buf, Compiler compiler, java.lang.String jspIdPrefix)
TagExtraInfoVisitor(Compiler compiler)
TagFileDirectiveVisitor(Compiler compiler, javax.servlet.jsp.tagext.TagLibraryInfo tagLibInfo, java.lang.String name, java.lang.String path)
TagFileLoaderVisitor(Compiler compiler)
ValidateVisitor(Compiler compiler)
-