Uses of Class
org.directwebremoting.impl.DefaultContainer

Packages that use DefaultContainer
org.directwebremoting.impl   
org.directwebremoting.spring   
 

Uses of DefaultContainer in org.directwebremoting.impl
 

Methods in org.directwebremoting.impl that return DefaultContainer
static DefaultContainer StartupUtil.createDefaultContainer(javax.servlet.ServletConfig servletConfig)
          Create a DefaultContainer, allowing users to upgrade to a child of DefaultContainer using an ServletConfig init parameter of org.directwebremoting.Container.
 

Methods in org.directwebremoting.impl with parameters of type DefaultContainer
static void StartupUtil.createPathMapping(DefaultContainer container, java.lang.String url, java.lang.Class<? extends Handler> handler)
          Creates entries in the Container so 1 lookup is possible.
static void StartupUtil.createPathMapping(DefaultContainer container, java.lang.String url, java.lang.Class<? extends Handler> handler, java.lang.String propertyName)
          Creates entries in the Container so 2 lookups are possible.
static void StartupUtil.resolveListenerImplementations(DefaultContainer container, javax.servlet.ServletConfig servletConfig)
          We need to add all the ScriptSessionListeners to the ScriptSessionManager.
static void StartupUtil.resolveMultipleImplementations(DefaultContainer container, javax.servlet.ServletConfig servletConfig)
          We need to decide which ContainerAbstraction should be the default for this Container, also we should prepare the default ServerLoadMonitor.
static void StartupUtil.setupDefaultContainer(DefaultContainer container, javax.servlet.ServletConfig servletConfig)
          Setup a DefaultContainer.
static void StartupUtil.setupDefaults(DefaultContainer container)
          Take a DefaultContainer and setup the default beans
static void StartupUtil.setupFromServletConfig(DefaultContainer container, javax.servlet.ServletConfig servletConfig)
          Take a DefaultContainer and setup the default beans
 

Uses of DefaultContainer in org.directwebremoting.spring
 

Subclasses of DefaultContainer in org.directwebremoting.spring
 class SpringContainer
          A Container implementation that looks up all beans from the configuration specified in a Spring context.
 


Copyright ยจ 2008