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,
javax.servlet.jsp.tagext.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 © 2016 JBoss by Red Hat. All rights reserved.