| 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 | Method and Description |
|---|---|
Options |
JspCompilationContext.getOptions() |
| Constructor and Description |
|---|
JspCompilationContext(String jspUri,
Options options,
ServletContext context,
JspServletWrapper jsw,
JspRuntimeContext rctxt) |
JspCompilationContext(String tagfile,
TagInfo tagInfo,
Options options,
ServletContext context,
JspServletWrapper jsw,
JspRuntimeContext rctxt,
Jar tagJar) |
| Modifier and Type | Field and Description |
|---|---|
protected Options |
Compiler.options |
| Constructor and Description |
|---|
JspRuntimeContext(ServletContext context,
Options options)
Create a JspRuntimeContext for a web application context.
|
| Constructor and Description |
|---|
JspServletWrapper(ServletConfig config,
Options options,
String jspUri,
JspRuntimeContext rctxt) |
JspServletWrapper(ServletContext servletContext,
Options options,
String tagFilePath,
TagInfo tagInfo,
JspRuntimeContext rctxt,
Jar tagJar) |
Copyright © 2014–2016 Webtide. All rights reserved.