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 This 'extend' package contains many of the classes that are interesting to very advanced DWR users, and people embedding or extending DWR. 
org.directwebremoting.impl   
 

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()
          Accessor for the WebContext that is associated with this thread.
 

Methods in org.directwebremoting with parameters of type WebContext
 void WebContextFactory.WebContextBuilder.engageThread(WebContext webContext)
          Make the current thread know what the current request is.
 

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()
           
 

Methods in org.directwebremoting.impl with parameters of type WebContext
 void DefaultWebContextBuilder.engageThread(WebContext webContext)
           
 


Copyright ยจ 2008