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
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
Methods in org.apache.jasper.compiler with parameters of type Compiler Modifier and Type Method Description static void
TextOptimizer. concatenate(Compiler compiler, org.apache.jasper.compiler.Node.Nodes page)
static void
ELFunctionMapper. map(Compiler compiler, org.apache.jasper.compiler.Node.Nodes page)
Creates the functions mappers for all EL expressions in the JSP page.
-