Uses of Interface
org.directwebremoting.WebContext

Packages that use WebContext
org.directwebremoting   
org.directwebremoting.impl   
uk.ltd.getahead.dwr   
 

Uses of WebContext in org.directwebremoting
 

Methods in org.directwebremoting that return WebContext
static WebContext WebContextFactory.get()
          Accessor for the current WebContext.
 WebContext WebContextFactory.WebContextBuilder.get()
           
 

Uses of WebContext in org.directwebremoting.impl
 

Classes in org.directwebremoting.impl that implement WebContext
 class DefaultWebContext
          A default implementation of WebContext
 

Methods in org.directwebremoting.impl that return WebContext
 WebContext DefaultWebContextBuilder.get()
           
 

Uses of WebContext in uk.ltd.getahead.dwr
 

Subinterfaces of WebContext in uk.ltd.getahead.dwr
 interface WebContext
          Class to enable us to access servlet parameters.
 

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


Copyright ? 2005