| Package | Description |
|---|---|
| org.apache.jasper | |
| org.apache.jasper.servlet |
| Modifier and Type | Field and Description |
|---|---|
protected JspRuntimeContext |
JspC.rctxt
The runtime context.
|
| Modifier and Type | Method and Description |
|---|---|
JspRuntimeContext |
JspCompilationContext.getRuntimeContext() |
| Constructor and Description |
|---|
JspCompilationContext(java.lang.String jspUri,
Options options,
ServletContext context,
JspServletWrapper jsw,
JspRuntimeContext rctxt) |
JspCompilationContext(java.lang.String tagfile,
TagInfo tagInfo,
Options options,
ServletContext context,
JspServletWrapper jsw,
JspRuntimeContext rctxt,
Jar tagJar) |
| Constructor and Description |
|---|
JspServletWrapper(ServletConfig config,
Options options,
java.lang.String jspUri,
JspRuntimeContext rctxt) |
JspServletWrapper(ServletContext servletContext,
Options options,
java.lang.String tagFilePath,
TagInfo tagInfo,
JspRuntimeContext rctxt,
Jar tagJar) |
Copyright © 2014–2021. All rights reserved.