Uses of Interface
org.directwebremoting.WebContext

Packages that use WebContext
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 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.extend
 

Subinterfaces of WebContext 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 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