Package | Description |
---|---|
org.apache.jasper | |
org.apache.jasper.compiler | |
org.apache.jasper.servlet |
Modifier and Type | Class and Description |
---|---|
class |
EmbeddedServletOptions
A class to hold all init parameters specific to the JSP engine.
|
class |
JspC
Shell for the jspc compiler.
|
Modifier and Type | Field and Description |
---|---|
private Options |
JspCompilationContext.options |
Modifier and Type | Method and Description |
---|---|
Options |
JspCompilationContext.getOptions()
Get hold of the Options object for this context.
|
Constructor and Description |
---|
JspCompilationContext(java.lang.String jspUri,
boolean isErrPage,
Options options,
javax.servlet.ServletContext context,
JspServletWrapper jsw,
JspRuntimeContext rctxt) |
JspCompilationContext(java.lang.String tagfile,
javax.servlet.jsp.tagext.TagInfo tagInfo,
Options options,
javax.servlet.ServletContext context,
JspServletWrapper jsw,
JspRuntimeContext rctxt,
java.net.URL tagFileJarUrl) |
Modifier and Type | Field and Description |
---|---|
private Options |
AntJavaCompiler.options |
private Options |
Compiler.options |
private Options |
JspRuntimeContext.options |
Constructor and Description |
---|
JspRuntimeContext(javax.servlet.ServletContext context,
Options options)
Create a JspRuntimeContext for a web application context.
|
Modifier and Type | Field and Description |
---|---|
private Options |
JspServlet.options |
private Options |
JspServletWrapper.options |
Constructor and Description |
---|
JspServletWrapper(javax.servlet.ServletConfig config,
Options options,
java.lang.String jspUri,
boolean isErrorPage,
JspRuntimeContext rctxt) |
JspServletWrapper(javax.servlet.ServletContext servletContext,
Options options,
java.lang.String tagFilePath,
javax.servlet.jsp.tagext.TagInfo tagInfo,
JspRuntimeContext rctxt,
java.net.URL tagFileJarUrl) |