Uses of Interface
org.directwebremoting.ServerContext

Packages that use ServerContext
org.directwebremoting   
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(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.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(javax.servlet.ServletContext context)
           
 

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