Package | Description |
---|---|
org.apache.jasper | |
org.apache.jasper.compiler |
Modifier and Type | Field and Description |
---|---|
private Compiler |
JspCompilationContext.jspCompiler |
Modifier and Type | Method and Description |
---|---|
Compiler |
JspCompilationContext.createCompiler(boolean jspcMode)
Create a "Compiler" object.
|
Compiler |
JspCompilationContext.createParser()
Create a compiler object for parsing only.
|
Compiler |
JspCompilationContext.getCompiler() |
Modifier and Type | Field and Description |
---|---|
private Compiler |
PageDataImpl.SecondPassVisitor.compiler |
private Compiler |
ParserController.compiler |
private Compiler |
TagFileProcessor.TagFileLoaderVisitor.compiler |
Modifier and Type | Field and Description |
---|---|
private java.util.ArrayList<Compiler> |
TagFileProcessor.tempVector |
Modifier and Type | Method and Description |
---|---|
Compiler |
ParserController.getCompiler() |
Modifier and Type | Method and 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.
|
Constructor and 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) |