|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Options | |
|---|---|
| org.apache.jasper | |
| org.apache.jasper.compiler | |
| org.apache.jasper.servlet | |
| Uses of Options in org.apache.jasper |
|---|
| Classes in org.apache.jasper that implement Options | |
|---|---|
class |
EmbeddedServletOptions
A class to hold all init parameters specific to the JSP engine. |
class |
JspC
Shell for the jspc compiler. |
| Methods in org.apache.jasper that return Options | |
|---|---|
Options |
JspCompilationContext.getOptions()
Get hold of the Options object for this context. |
| Constructors in org.apache.jasper with parameters of type Options | |
|---|---|
JspCompilationContext(String jspUri,
boolean isErrPage,
Options options,
ServletContext context,
JspServletWrapper jsw,
JspRuntimeContext rctxt)
|
|
JspCompilationContext(String tagfile,
TagInfo tagInfo,
Options options,
ServletContext context,
JspServletWrapper jsw,
JspRuntimeContext rctxt,
URL tagFileJarUrl)
|
|
| Uses of Options in org.apache.jasper.compiler |
|---|
| Constructors in org.apache.jasper.compiler with parameters of type Options | |
|---|---|
JspConfig(ServletContext ctxt,
Options options)
|
|
JspRuntimeContext(ServletContext context,
Options options)
Create a JspRuntimeContext for a web application context. |
|
TldLocationsCache(ServletContext ctxt,
Options options)
|
|
TldLocationsCache(ServletContext ctxt,
Options options,
boolean redeployMode)
Constructor. |
|
| Uses of Options in org.apache.jasper.servlet |
|---|
| Constructors in org.apache.jasper.servlet with parameters of type Options | |
|---|---|
JspServletWrapper(ServletContext servletContext,
Options options,
String tagFilePath,
TagInfo tagInfo,
JspRuntimeContext rctxt,
URL tagFileJarUrl)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||