Package | Description |
---|---|
org.apache.jasper | |
org.apache.jasper.compiler | |
org.apache.jasper.servlet | |
org.apache.jasper.xmlparser |
Modifier and Type | Method and Description |
---|---|
void |
JspC.generateWebMapping(java.lang.String file,
JspCompilationContext clctxt) |
private void |
JspC.initClassLoader(JspCompilationContext clctxt)
Initializes the classloader as/if needed for the given
compilation context.
|
Modifier and Type | Field and Description |
---|---|
private JspCompilationContext |
JspReader.context |
private JspCompilationContext |
AntJavaCompiler.ctxt |
protected JspCompilationContext |
Compiler.ctxt |
private JspCompilationContext |
Generator.ctxt |
private JspCompilationContext |
JDTJavaCompiler.ctxt |
private JspCompilationContext |
JspDocumentParser.ctxt |
private JspCompilationContext |
Jsr199JavaCompiler.ctxt |
private JspCompilationContext |
Mark.ctxt |
private JspCompilationContext |
NullJavaCompiler.ctxt |
private JspCompilationContext |
Parser.ctxt |
private JspCompilationContext |
ParserController.ctxt |
private JspCompilationContext |
SmapUtil.ctxt |
private JspCompilationContext |
TagLibraryInfoImpl.ctxt |
private JspCompilationContext |
Validator.ValidateVisitor.ctxt |
Modifier and Type | Method and Description |
---|---|
JspCompilationContext |
Compiler.getCompilationContext() |
(package private) JspCompilationContext |
JspReader.getJspCompilationContext() |
JspCompilationContext |
ParserController.getJspCompilationContext() |
Modifier and Type | Method and Description |
---|---|
private java.lang.String[] |
TagLibraryInfoImpl.generateTLDLocation(java.lang.String uri,
JspCompilationContext ctxt) |
static java.io.InputStream |
JspUtil.getInputStream(java.lang.String fname,
java.util.jar.JarFile jarFile,
JspCompilationContext ctxt,
ErrorDispatcher err) |
(package private) static java.io.InputStreamReader |
JspUtil.getReader(java.lang.String fname,
java.lang.String encoding,
java.util.jar.JarFile jarFile,
JspCompilationContext ctxt,
ErrorDispatcher err) |
void |
AntJavaCompiler.init(JspCompilationContext ctxt,
ErrorDispatcher errDispatcher,
boolean suppressLogging) |
void |
JDTJavaCompiler.init(JspCompilationContext ctxt,
ErrorDispatcher errDispatcher,
boolean suppressLogging) |
void |
JavaCompiler.init(JspCompilationContext ctxt,
ErrorDispatcher err,
boolean suppressLogging)
Initializations
|
void |
Jsr199JavaCompiler.init(JspCompilationContext ctxt,
ErrorDispatcher errDispatcher,
boolean suppressLogging) |
void |
NullJavaCompiler.init(JspCompilationContext ctxt,
ErrorDispatcher errDispatcher,
boolean suppressLogging) |
private void |
ImplicitTagLibraryInfo.parseImplicitTld(JspCompilationContext ctxt,
java.lang.String path)
Parses the JSP version and tlib-version from the implicit.tld at the
given path.
|
private void |
TagLibraryInfoImpl.parseTLD(JspCompilationContext ctxt,
java.lang.String uri,
java.io.InputStream in,
java.net.URL jarFileUrl) |
Constructor and Description |
---|
Compiler(JspCompilationContext ctxt,
JspServletWrapper jsw) |
Compiler(JspCompilationContext ctxt,
JspServletWrapper jsw,
boolean jspcMode) |
ImplicitTagLibraryInfo(JspCompilationContext ctxt,
ParserController pc,
java.lang.String prefix,
java.lang.String tagdir,
ErrorDispatcher err)
Constructor.
|
JspReader(JspCompilationContext ctxt,
java.lang.String fname,
java.lang.String encoding,
java.io.InputStreamReader reader,
ErrorDispatcher err) |
JspReader(JspCompilationContext ctxt,
java.lang.String fname,
java.lang.String encoding,
java.util.jar.JarFile jarFile,
ErrorDispatcher err) |
Mark(JspCompilationContext ctxt,
java.lang.String filename,
int line,
int col)
Constructor
|
ParserController(JspCompilationContext ctxt,
Compiler compiler) |
SmapUtil(JspCompilationContext ctxt) |
TagLibraryInfoImpl(JspCompilationContext ctxt,
ParserController pc,
java.lang.String prefix,
java.lang.String uriIn,
java.lang.String[] location,
ErrorDispatcher err)
Constructor which builds a TagLibraryInfoImpl by parsing a TLD.
|
Modifier and Type | Field and Description |
---|---|
private JspCompilationContext |
JspServletWrapper.ctxt |
Modifier and Type | Method and Description |
---|---|
JspCompilationContext |
JspServletWrapper.getJspEngineContext() |
Modifier and Type | Method and Description |
---|---|
static java.lang.Object[] |
XMLEncodingDetector.getEncoding(java.lang.String fname,
java.util.jar.JarFile jarFile,
JspCompilationContext ctxt,
ErrorDispatcher err)
Autodetects the encoding of the XML document supplied by the given
input stream.
|