org.apache.catalina.ha.context
Class ReplicatedContext.ReplApplContext

java.lang.Object
  extended by org.apache.catalina.core.ApplicationContext
      extended by org.apache.catalina.ha.context.ReplicatedContext.ReplApplContext
All Implemented Interfaces:
javax.servlet.ServletContext
Enclosing class:
ReplicatedContext

protected static class ReplicatedContext.ReplApplContext
extends ApplicationContext


Field Summary
 
Fields inherited from class org.apache.catalina.core.ApplicationContext
attributes
 
Constructor Summary
ReplicatedContext.ReplApplContext(java.lang.String basePath, StandardContext context)
           
 
Method Summary
 java.util.AbstractMap getAttributeMap()
           
protected  javax.servlet.ServletContext getFacade()
          Return the facade associated with this ApplicationContext.
 void setAttributeMap(java.util.AbstractMap map)
           
 
Methods inherited from class org.apache.catalina.core.ApplicationContext
getAttribute, getAttributeNames, getContext, getContextPath, getInitParameter, getInitParameterNames, getMajorVersion, getMimeType, getMinorVersion, getNamedDispatcher, getRealPath, getRequestDispatcher, getResource, getResourceAsStream, getResourcePaths, getResources, getServerInfo, getServlet, getServletContextName, getServletNames, getServlets, log, log, log, removeAttribute, setAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReplicatedContext.ReplApplContext

public ReplicatedContext.ReplApplContext(java.lang.String basePath,
                                         StandardContext context)
Method Detail

getFacade

protected javax.servlet.ServletContext getFacade()
Description copied from class: ApplicationContext
Return the facade associated with this ApplicationContext.

Overrides:
getFacade in class ApplicationContext

getAttributeMap

public java.util.AbstractMap getAttributeMap()

setAttributeMap

public void setAttributeMap(java.util.AbstractMap map)


Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.