| Package | Description |
|---|---|
| org.apache.jasper | |
| org.apache.jasper.compiler |
| 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 | Method and Description |
|---|---|
JspServletWrapper |
JspRuntimeContext.getWrapper(java.lang.String jspUri)
Get an already existing JspServletWrapper.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JspRuntimeContext.addWrapper(java.lang.String jspUri,
JspServletWrapper jsw)
Add a new JspServletWrapper.
|
| Constructor and Description |
|---|
Compiler(JspCompilationContext ctxt,
JspServletWrapper jsw) |
Compiler(JspCompilationContext ctxt,
JspServletWrapper jsw,
boolean jspcMode) |
Copyright (c) 1999-2012 Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.