Uses of Interface
org.directwebremoting.ServerContextFactory.ServerContextBuilder

Packages that use ServerContextFactory.ServerContextBuilder
org.directwebremoting   
org.directwebremoting.impl   
 

Uses of ServerContextFactory.ServerContextBuilder in org.directwebremoting
 

Methods in org.directwebremoting with parameters of type ServerContextFactory.ServerContextBuilder
static void ServerContextFactory.setServerContextBuilder(ServerContextFactory.ServerContextBuilder builder)
          Internal method to allow us to get the ServerContextBuilder from which we will get ServerContext objects.
 

Uses of ServerContextFactory.ServerContextBuilder in org.directwebremoting.impl
 

Classes in org.directwebremoting.impl that implement ServerContextFactory.ServerContextBuilder
 class DefaultServerContextBuilder
          A ServerContextBuilder that creates DefaultServerContexts.
 

Methods in org.directwebremoting.impl that return ServerContextFactory.ServerContextBuilder
static ServerContextFactory.ServerContextBuilder StartupUtil.initServerContext(javax.servlet.ServletConfig servletConfig, javax.servlet.ServletContext servletContext, Container container)
          Get the ServerContextFactory.ServerContextBuilder out of the Container, configure it and use it to configure the ServerContextFactory
 


Copyright ? 2005