org.apache.jasper.compiler
public final class JspRuntimeContext extends java.lang.Object
Constructor and Description |
---|
JspRuntimeContext(javax.servlet.ServletContext context,
Options options)
Create a JspRuntimeContext for a web application context.
|
Modifier and Type | Method and Description |
---|---|
void |
addWrapper(java.lang.String jspUri,
JspServletWrapper jsw)
Add a new JspServletWrapper.
|
void |
checkCompile()
Method used by background thread to check the JSP dependencies
registered with this class for JSP's.
|
void |
destroy()
Process a "destory" event for this web application context.
|
java.lang.String |
getClassPath()
The classpath that is passed off to the Java compiler.
|
java.security.CodeSource |
getCodeSource()
Get the SecurityManager Policy CodeSource for this web
applicaiton context.
|
int |
getJspCount()
Returns the number of JSPs for which JspServletWrappers exist, i.e.,
the number of JSPs that have been loaded into the webapp.
|
int |
getJspReloadCount()
Gets the current value of the JSP reload counter.
|
java.net.URLClassLoader |
getParentClassLoader()
Get the parent URLClassLoader.
|
java.security.PermissionCollection |
getPermissionCollection()
Get the SecurityManager PermissionCollection for this
web application context.
|
JspServletWrapper |
getWrapper(java.lang.String jspUri)
Get an already existing JspServletWrapper.
|
void |
incrementJspReloadCount()
Increments the JSP reload counter.
|
void |
removeWrapper(java.lang.String jspUri)
Remove a JspServletWrapper.
|
void |
setJspReloadCount(int count)
Resets the JSP reload counter.
|
public JspRuntimeContext(javax.servlet.ServletContext context, Options options)
context
- ServletContext for web applicationpublic void addWrapper(java.lang.String jspUri, JspServletWrapper jsw)
jspUri
- JSP URIjsw
- Servlet wrapper for JSPpublic JspServletWrapper getWrapper(java.lang.String jspUri)
jspUri
- JSP URIpublic void removeWrapper(java.lang.String jspUri)
jspUri
- JSP URI of JspServletWrapper to removepublic int getJspCount()
public java.security.CodeSource getCodeSource()
public java.net.URLClassLoader getParentClassLoader()
public java.security.PermissionCollection getPermissionCollection()
public void destroy()
public void incrementJspReloadCount()
public void setJspReloadCount(int count)
count
- Value to which to reset the JSP reload counterpublic int getJspReloadCount()
public void checkCompile()
public java.lang.String getClassPath()
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.