| Package | Description |
|---|---|
| org.apache.jasper | |
| org.apache.jasper.compiler |
| Constructor and Description |
|---|
JspCompilationContext(String jspUri,
Options options,
javax.servlet.ServletContext context,
JspServletWrapper jsw,
JspRuntimeContext rctxt) |
JspCompilationContext(String tagfile,
TagInfo tagInfo,
Options options,
javax.servlet.ServletContext context,
JspServletWrapper jsw,
JspRuntimeContext rctxt,
Jar tagJar) |
| Modifier and Type | Field and Description |
|---|---|
protected JspServletWrapper |
Compiler.jsw |
| Modifier and Type | Method and Description |
|---|---|
JspServletWrapper |
JspRuntimeContext.getWrapper(String jspUri)
Get an already existing JspServletWrapper.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JspRuntimeContext.addWrapper(String jspUri,
JspServletWrapper jsw)
Add a new JspServletWrapper.
|
void |
Compiler.init(JspCompilationContext ctxt,
JspServletWrapper jsw) |
FastRemovalDequeue.Entry |
JspRuntimeContext.push(JspServletWrapper jsw)
Push a newly compiled JspServletWrapper into the queue at first
execution of jsp.
|
Copyright © 2014–2018 Webtide. All rights reserved.