| Package | Description |
|---|---|
| org.apache.jasper | |
| org.apache.jasper.compiler |
| Constructor and Description |
|---|
JspCompilationContext(String jspUri,
boolean isErrPage,
Options options,
jakarta.servlet.ServletContext context,
JspServletWrapper jsw,
JspRuntimeContext rctxt) |
JspCompilationContext(String tagfile,
jakarta.servlet.jsp.tagext.TagInfo tagInfo,
Options options,
jakarta.servlet.ServletContext context,
JspServletWrapper jsw,
JspRuntimeContext rctxt,
URL tagFileJarUrl) |
| 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.
|
| Constructor and Description |
|---|
Compiler(JspCompilationContext ctxt,
JspServletWrapper jsw) |
Compiler(JspCompilationContext ctxt,
JspServletWrapper jsw,
boolean jspcMode) |
Comments to: el-dev@eclipse.org.
Copyright © 2018, 2020 Eclipse Foundation. All rights reserved.
Use is subject to license terms.