Uses of Interface
org.directwebremoting.ServerContext

Packages that use ServerContext
org.directwebremoting This package contains all the classes that are interesting to DWR users going about normal DWR business. 
org.directwebremoting.extend   
org.directwebremoting.impl   
uk.ltd.getahead.dwr   
 

Uses of ServerContext in org.directwebremoting
 

Subinterfaces of ServerContext in org.directwebremoting
 interface WebContext
          Class to enable us to access servlet parameters.
 

Methods in org.directwebremoting that return ServerContext
static ServerContext ServerContextFactory.get()
          Accessor for the current ServerContext in the normal case where there is only one DWR in the current classloader
 ServerContext ServerContextFactory.ServerContextBuilder.get()
          Accessor for the current ServerContext in the normal case where there is only one DWR in the current classloader
static ServerContext ServerContextFactory.get(javax.servlet.ServletContext ctx)
          Accessor for the current ServerContext.
 ServerContext ServerContextFactory.ServerContextBuilder.get(javax.servlet.ServletContext context)
          Accessor for the current ServerContext
 

Uses of ServerContext in org.directwebremoting.extend
 

Subinterfaces of ServerContext in org.directwebremoting.extend
 interface RealWebContext
          An interface that extends WebContext with some functions that should not be used by end users, but could be useful to system extenders.
 

Uses of ServerContext in org.directwebremoting.impl
 

Classes in org.directwebremoting.impl that implement ServerContext
 class DefaultServerContext
          The Default implementation of ServerContext
 class DefaultWebContext
          A default implementation of WebContext.
 

Methods in org.directwebremoting.impl that return ServerContext
 ServerContext DefaultServerContextBuilder.get()
           
 ServerContext DefaultServerContextBuilder.get(javax.servlet.ServletContext context)
           
static ServerContext ContainerUtil.getSingletonServerContext()
          If there is only once instance of DWR defined in a ServletContext then we can get at it using this method.
 

Uses of ServerContext in uk.ltd.getahead.dwr
 

Classes in uk.ltd.getahead.dwr that implement ServerContext
 class ExecutionContext
          Deprecated. Use WebContext / WebContextFactory for better results
 


Copyright ¬ 2005