Uses of Interface
org.directwebremoting.extend.Remoter

Packages that use Remoter
org.directwebremoting.contrib   
org.directwebremoting.dwrp   
org.directwebremoting.impl   
org.directwebremoting.jsonp   
org.directwebremoting.jsonrpc   
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.dwrp
 

Methods in org.directwebremoting.dwrp with parameters of type Remoter
 void BaseCallHandler.setRemoter(Remoter remoter)
          Setter for the remoter
 

Uses of Remoter in org.directwebremoting.impl
 

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

Uses of Remoter in org.directwebremoting.jsonp
 

Methods in org.directwebremoting.jsonp with parameters of type Remoter
 void JsonpCallHandler.setRemoter(Remoter remoter)
          Setter for the remoter
 

Uses of Remoter in org.directwebremoting.jsonrpc
 

Methods in org.directwebremoting.jsonrpc with parameters of type Remoter
 void JsonRpcCallHandler.setRemoter(Remoter remoter)
          Setter for the remoter
 

Uses of Remoter in org.directwebremoting.servlet
 

Methods in org.directwebremoting.servlet with parameters of type Remoter
 void GeneratedJavaScriptHandler.setRemoter(Remoter remoter)
          Setter for the remoter
 void BaseEngineHandler.setRemoter(Remoter remoter)
           
 


Copyright ยจ 2008