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 ContainerUtil.createDefaultContainer(javax.servlet.ServletConfig servletConfig)
          Deprecated. Use ContainerUtil.createAndSetupDefaultContainer(ServletConfig)
 

Methods in org.directwebremoting.impl with parameters of type DefaultContainer
static void ContainerUtil.createUrlMapping(DefaultContainer container, java.lang.String url, java.lang.String propertyName, java.lang.Class<?> handler)
          Creates entries in the Container so 2 lookups are possible.
static void ContainerUtil.resolveContainerAbstraction(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 ContainerUtil.setupDefaultContainer(DefaultContainer container, javax.servlet.ServletConfig servletConfig)
          Setup a DefaultContainer.
static void ContainerUtil.setupDefaults(DefaultContainer container)
          Take a DefaultContainer and setup the default beans
static void ContainerUtil.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 ¬ 2005