Package | Description |
---|---|
org.apache.jasper | |
org.apache.jasper.compiler | |
org.apache.jasper.servlet |
Modifier and Type | Field and Description |
---|---|
private JspRuntimeContext |
JspC.rctxt |
private JspRuntimeContext |
JspCompilationContext.rctxt |
Modifier and Type | Method and Description |
---|---|
JspRuntimeContext |
JspCompilationContext.getRuntimeContext() |
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 JspRuntimeContext |
Jsr199JavaCompiler.rtctxt |
Modifier and Type | Field and Description |
---|---|
private JspRuntimeContext |
JspServlet.rctxt |
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) |