org.apache.catalina.core
public final class ApplicationContextFacade extends Object implements ServletContext
ApplicationContext
object from the web application.
Version: $Revision: 832238 $ $Date: 2009-11-03 02:05:22 +0100 (Tue, 03 Nov 2009) $
| Constructor Summary | |
|---|---|
| ApplicationContextFacade(ApplicationContext context)
Construct a new instance of this class, associated with the specified
Context instance.
| |
| Method Summary | |
|---|---|
| Object | getAttribute(String name) |
| Enumeration | getAttributeNames() |
| ServletContext | getContext(String uripath) |
| String | getContextPath() |
| String | getInitParameter(String name) |
| Enumeration | getInitParameterNames() |
| int | getMajorVersion() |
| String | getMimeType(String file) |
| int | getMinorVersion() |
| RequestDispatcher | getNamedDispatcher(String name) |
| String | getRealPath(String path) |
| RequestDispatcher | getRequestDispatcher(String path) |
| URL | getResource(String path) |
| InputStream | getResourceAsStream(String path) |
| Set | getResourcePaths(String path) |
| String | getServerInfo() |
| Servlet | getServlet(String name) |
| String | getServletContextName() |
| Enumeration | getServletNames() |
| Enumeration | getServlets() |
| void | log(String msg) |
| void | log(Exception exception, String msg) |
| void | log(String message, Throwable throwable) |
| void | removeAttribute(String name) |
| void | setAttribute(String name, Object object) |
Parameters: context The associated Context instance