Uses of Interface
org.directwebremoting.extend.Remoter

Packages that use Remoter
org.directwebremoting.contrib   
org.directwebremoting.impl   
org.directwebremoting.servlet   
 

Uses of Remoter in org.directwebremoting.contrib
 

Classes in org.directwebremoting.contrib that implement Remoter
 class ParallelDefaultRemoter
          This implementation is not officially supported, and may be removed at some point in the future.
 

Uses of Remoter in org.directwebremoting.impl
 

Classes in org.directwebremoting.impl that implement Remoter
 class DefaultRemoter
          In implementation of Remoter that delegates requests to a set of Modules
 

Uses of Remoter in org.directwebremoting.servlet
 

Methods in org.directwebremoting.servlet with parameters of type Remoter
 void InterfaceHandler.setRemoter(Remoter remoter)
          Setter for the remoter
 void PlainCallHandler.setRemoter(Remoter remoter)
          Setter for the remoter
 void HtmlCallHandler.setRemoter(Remoter remoter)
          Setter for the remoter
 


Copyright ? 2005