Uses of Interface
org.directwebremoting.extend.ModuleManager

Packages that use ModuleManager
org.directwebremoting.dwrp   
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   
org.directwebremoting.jsonp   
org.directwebremoting.jsonrpc   
org.directwebremoting.jsonrpc.io   
org.directwebremoting.servlet   
 

Uses of ModuleManager in org.directwebremoting.dwrp
 

Methods in org.directwebremoting.dwrp with parameters of type ModuleManager
 void BaseCallHandler.setModuleManager(ModuleManager moduleManager)
          Accessor for the ModuleManager that we configure
 

Uses of ModuleManager in org.directwebremoting.extend
 

Methods in org.directwebremoting.extend with parameters of type ModuleManager
 void Call.findMethod(ModuleManager moduleManager, ConverterManager converterManager, InboundContext inctx, int callNum)
          Find the method the best matches the method name and parameters.
 

Uses of ModuleManager in org.directwebremoting.impl
 

Classes in org.directwebremoting.impl that implement ModuleManager
 class CreatorModuleManager
          An adapter ModuleManager for Creators
 class MasterModuleManager
          A ModuleManager that delegates to customModuleManager and fallbackModuleManager.
 

Methods in org.directwebremoting.impl with parameters of type ModuleManager
 void MasterModuleManager.setCustomModuleManager(ModuleManager moduleManager)
           
 void MasterModuleManager.setFallbackModuleManager(ModuleManager moduleManager)
           
 void DefaultRemoter.setModuleManager(ModuleManager moduleManager)
          Accessor for the ModuleManager that we configure
 void DefaultDebugPageGenerator.setModuleManager(ModuleManager moduleManager)
          Accessor for the ModuleManager that we configure
 

Uses of ModuleManager in org.directwebremoting.jsonp
 

Methods in org.directwebremoting.jsonp with parameters of type ModuleManager
 void JsonpCallHandler.setModuleManager(ModuleManager moduleManager)
          Accessor for the ModuleManager that we configure
 

Uses of ModuleManager in org.directwebremoting.jsonrpc
 

Methods in org.directwebremoting.jsonrpc with parameters of type ModuleManager
 void JsonRpcCallHandler.setModuleManager(ModuleManager moduleManager)
          Accessor for the ModuleManager that we configure
 

Uses of ModuleManager in org.directwebremoting.jsonrpc.io
 

Constructors in org.directwebremoting.jsonrpc.io with parameters of type ModuleManager
JsonRpcCallsJsonDecoder(ConverterManager converterManager, ModuleManager moduleManager)
          Force creators to give us the beans we need
 

Uses of ModuleManager in org.directwebremoting.servlet
 

Methods in org.directwebremoting.servlet with parameters of type ModuleManager
 void BaseInterfaceHandler.setModuleManager(ModuleManager moduleManager)
          Setter for the configured ModuleManager
 


Copyright ยจ 2008