public class StrutsServletContextWrapper
extends ServletContextWrapper
| Constructor and Description |
|---|
StrutsServletContextWrapper(ServletContext context) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getForward() |
RequestDispatcher |
getRequestDispatcher(java.lang.String path) |
java.net.URL |
getResource(java.lang.String pathname)
Override the getResource method to look for resources in the file system, allowing
the use of absolute paths for Struts configuration files.
|
java.io.InputStream |
getResourceAsStream(java.lang.String pathname)
Override the getResourceAsStream method to look for resources in the file system, allowing
the use of absolute paths for Struts configuration files.
|
void |
setProcessRequest(boolean flag) |
public StrutsServletContextWrapper(ServletContext context)
public void setProcessRequest(boolean flag)
public RequestDispatcher getRequestDispatcher(java.lang.String path)
public java.lang.String getForward()
public java.net.URL getResource(java.lang.String pathname)
throws java.net.MalformedURLException
java.net.MalformedURLExceptionpublic java.io.InputStream getResourceAsStream(java.lang.String pathname)
Copyright ? Deryl Seale All Rights Reserved.