Save This Page
Home » apache-tomcat-6.0.16-src » org.apache » catalina » core » [javadoc | source]
org.apache.catalina.core
public final class: ApplicationContextFacade [javadoc | source]
java.lang.Object
   org.apache.catalina.core.ApplicationContextFacade

All Implemented Interfaces:
    ServletContext

Facade object which masks the internal ApplicationContext object from the web application.
Constructor:
 public ApplicationContextFacade(ApplicationContext context) 
    Construct a new instance of this class, associated with the specified Context instance.
    Parameters:
    context - The associated Context instance
Method from org.apache.catalina.core.ApplicationContextFacade Summary:
getAttribute,   getAttributeNames,   getContext,   getContextPath,   getInitParameter,   getInitParameterNames,   getMajorVersion,   getMimeType,   getMinorVersion,   getNamedDispatcher,   getRealPath,   getRequestDispatcher,   getResource,   getResourceAsStream,   getResourcePaths,   getServerInfo,   getServlet,   getServletContextName,   getServletNames,   getServlets,   log,   log,   log,   removeAttribute,   setAttribute
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.catalina.core.ApplicationContextFacade Detail:
 public Object getAttribute(String name) 
 public Enumeration getAttributeNames() 
 public ServletContext getContext(String uripath) 
 public String getContextPath() 
 public String getInitParameter(String name) 
 public Enumeration getInitParameterNames() 
 public int getMajorVersion() 
 public String getMimeType(String file) 
 public int getMinorVersion() 
 public RequestDispatcher getNamedDispatcher(String name) 
 public String getRealPath(String path) 
 public RequestDispatcher getRequestDispatcher(String path) 
 public URL getResource(String path) throws MalformedURLException 
 public InputStream getResourceAsStream(String path) 
 public Set getResourcePaths(String path) 
 public String getServerInfo() 
 public Servlet getServlet(String name) throws ServletException 
 public String getServletContextName() 
 public Enumeration getServletNames() 
 public Enumeration getServlets() 
 public  void log(String msg) 
 public  void log(Exception exception,
    String msg) 
 public  void log(String message,
    Throwable throwable) 
 public  void removeAttribute(String name) 
 public  void setAttribute(String name,
    Object object)