public class ProxyContext
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
ProxyContext.ContextAttributes |
| Constructor and Description |
|---|
ProxyContext(ServletContext servletContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
createContextAttributes(ContextController controller) |
protected static boolean |
deleteDirectory(java.io.File directory)
deleteDirectory is a convenience method to recursively delete a directory
|
void |
destroy() |
void |
destroyContextAttributes(ContextController controller) |
java.util.Dictionary<java.lang.String,java.lang.Object> |
getContextAttributes(ContextController controller) |
ServletContext |
getServletContext() |
java.lang.String |
getServletPath() |
public void destroy()
public java.lang.String getServletPath()
public void createContextAttributes(ContextController controller)
public void destroyContextAttributes(ContextController controller)
public java.util.Dictionary<java.lang.String,java.lang.Object> getContextAttributes(ContextController controller)
public ServletContext getServletContext()
protected static boolean deleteDirectory(java.io.File directory)
directory - - the directory to delete.