| Package | Description |
|---|---|
| org.apache.jasper | |
| org.apache.jasper.compiler | |
| org.apache.jasper.optimizations | |
| org.apache.jasper.servlet |
| Modifier and Type | Method and Description |
|---|---|
void |
JspC.generateWebMapping(java.lang.String file,
JspCompilationContext clctxt)
Adds servlet declaration and mapping for the JSP page servlet to the
generated web.xml fragment.
|
| 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 JavacErrorDetail |
ErrorDispatcher.createJavacError(java.lang.String fname,
Node.Nodes page,
java.lang.StringBuilder errMsgBuf,
int lineNum,
JspCompilationContext ctxt)
Create a compilation error.
|
static java.util.Map<java.lang.String,SmapStratum> |
SmapUtil.generateSmap(JspCompilationContext ctxt,
Node.Nodes pageNodes)
Generates an appropriate SMAP representing the current compilation
context.
|
static org.xml.sax.InputSource |
JspUtil.getInputSource(java.lang.String fname,
Jar jar,
JspCompilationContext ctxt) |
static java.io.BufferedInputStream |
JspUtil.getInputStream(java.lang.String fname,
Jar jar,
JspCompilationContext ctxt) |
void |
Compiler.init(JspCompilationContext ctxt,
JspServletWrapper jsw) |
java.lang.String |
ELInterpreterFactory.DefaultELInterpreter.interpreterCall(JspCompilationContext context,
boolean isTagFile,
java.lang.String expression,
java.lang.Class<?> expectedType,
java.lang.String fnmapvar) |
java.lang.String |
ELInterpreter.interpreterCall(JspCompilationContext context,
boolean isTagFile,
java.lang.String expression,
java.lang.Class<?> expectedType,
java.lang.String fnmapvar)
Returns the string representing the code that will be inserted into the
servlet generated for JSP.
|
| Constructor and Description |
|---|
JavacErrorDetail(java.lang.String javaFileName,
int javaLineNum,
java.lang.String jspFileName,
int jspBeginLineNum,
java.lang.StringBuilder errMsg,
JspCompilationContext ctxt)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
ELInterpreterTagSetters.interpreterCall(JspCompilationContext context,
boolean isTagFile,
java.lang.String expression,
java.lang.Class<?> expectedType,
java.lang.String fnmapvar) |
| Modifier and Type | Method and Description |
|---|---|
JspCompilationContext |
JspServletWrapper.getJspEngineContext() |
Copyright © 2014–2021. All rights reserved.