| 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) |
| Modifier and Type | Field and Description |
|---|---|
protected JspCompilationContext |
Compiler.ctxt |
| Modifier and Type | Method and Description |
|---|---|
JspCompilationContext |
Compiler.getCompilationContext() |
| Modifier and Type | Method and Description |
|---|---|
static java.io.InputStream |
JspUtil.getInputStream(java.lang.String fname,
java.util.jar.JarFile jarFile,
JspCompilationContext ctxt,
ErrorDispatcher err) |
void |
JDTJavaCompiler.init(JspCompilationContext ctxt,
ErrorDispatcher errDispatcher,
boolean suppressLogging) |
void |
AntJavaCompiler.init(JspCompilationContext ctxt,
ErrorDispatcher errDispatcher,
boolean suppressLogging) |
void |
NullJavaCompiler.init(JspCompilationContext ctxt,
ErrorDispatcher errDispatcher,
boolean suppressLogging) |
void |
Jsr199JavaCompiler.init(JspCompilationContext ctxt,
ErrorDispatcher errDispatcher,
boolean suppressLogging) |
| Constructor and Description |
|---|
Compiler(JspCompilationContext ctxt,
JspServletWrapper jsw) |
Compiler(JspCompilationContext ctxt,
JspServletWrapper jsw,
boolean jspcMode) |
TagLibraryInfoImpl(JspCompilationContext ctxt,
org.apache.jasper.compiler.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 | 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.
|
Copyright (c) 1999-2012 Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.