Uses of Interface
org.directwebremoting.extend.Module

Packages that use Module
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 Module in org.directwebremoting.extend
 

Methods in org.directwebremoting.extend that return Module
 Module ModuleManager.getModule(java.lang.String name, boolean includeHidden)
          Returns the specific module instance matching the supplied name.
 

Uses of Module in org.directwebremoting.impl
 

Classes in org.directwebremoting.impl that implement Module
 class CreatorModule
          An adapter module for Creators.
 

Methods in org.directwebremoting.impl that return Module
 Module MasterModuleManager.getModule(java.lang.String scriptName, boolean includeHidden)
           
 Module CreatorModuleManager.getModule(java.lang.String name, boolean includeHidden)
           
 


Copyright ยจ 2008