|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JspServletWrapper | |
---|---|
org.apache.jasper | |
org.apache.jasper.compiler |
Uses of JspServletWrapper in org.apache.jasper |
---|
Constructors in org.apache.jasper with parameters of type JspServletWrapper | |
---|---|
JspCompilationContext(String jspUri,
boolean isErrPage,
Options options,
ServletContext context,
JspServletWrapper jsw,
JspRuntimeContext rctxt)
|
|
JspCompilationContext(String tagfile,
TagInfo tagInfo,
Options options,
ServletContext context,
JspServletWrapper jsw,
JspRuntimeContext rctxt,
URL tagFileJarUrl)
|
Uses of JspServletWrapper in org.apache.jasper.compiler |
---|
Methods in org.apache.jasper.compiler that return JspServletWrapper | |
---|---|
JspServletWrapper |
JspRuntimeContext.getWrapper(String jspUri)
Get an already existing JspServletWrapper. |
Methods in org.apache.jasper.compiler with parameters of type JspServletWrapper | |
---|---|
void |
JspRuntimeContext.addWrapper(String jspUri,
JspServletWrapper jsw)
Add a new JspServletWrapper. |
Constructors in org.apache.jasper.compiler with parameters of type JspServletWrapper | |
---|---|
Compiler(JspCompilationContext ctxt,
JspServletWrapper jsw)
|
|
Compiler(JspCompilationContext ctxt,
JspServletWrapper jsw,
boolean jspcMode)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |