Interface | Description |
---|---|
ErrorHandler |
Interface for handling JSP parse and javac compilation errors.
|
TagConstants |
Class | Description |
---|---|
Compiler |
Main JSP compiler class.
|
ELFunctionMapper |
This class generates functions mappers for the EL expressions in the page.
|
ELParser |
This class implements a parser for EL expressions.
|
ErrorDispatcher |
Class responsible for dispatching JSP parse and javac compilation errors
to the configured error handler.
|
JavacErrorDetail |
Class providing details about a javac compilation error.
|
JspConfig |
Handles the jsp-config element in WEB_INF/web.xml.
|
JspProperty | |
JspPropertyGroup | |
JspRuntimeContext |
Class for tracking JSP compile time file dependencies when the
&060;%@include file="..."%&062; directive is used.
|
JspUtil |
This class has all the utility method(s).
|
JspUtil.ValidAttribute | |
Jsr199JavaCompiler |
Invoke Java Compiler per JSR 199, using in-memory storage for both the
input Java source and the generated bytecodes.
|
Jsr199JavaCompiler.BytecodeFile | |
Localizer |
Class responsible for converting error codes to corresponding localized
error messages.
|
NullJavaCompiler |
Java compiler for invoking JSP to java translation only.
|
PageInfo |
A repository for various info about the translation unit under compilation.
|
ServletWriter |
This is what is used to generate servlets.
|
SmapGenerator |
Represents a source map (SMAP), which serves to associate lines
of the input JSP file(s) to lines in the generated servlet in the
final .class file, according to the JSR-045 spec.
|
SmapStratum |
Represents the line and file mappings associated with a JSR-045
"stratum".
|
SmapStratum.LineInfo |
Represents a single LineSection in an SMAP, associated with
a particular stratum.
|
SmapUtil |
Contains static utilities for generating SMAP data based on the
current version of Jasper.
|
SmapUtil.ClassInfo | |
TagLibraryInfoImpl |
Implementation of the TagLibraryInfo class from the JSP spec.
|
TagPluginManager |
Manages tag plugin optimizations.
|
TextOptimizer |