Uses of Interface
org.directwebremoting.extend.CreatorManager

Packages that use CreatorManager
org.directwebremoting.guice This package provides support for Guice dependency injection in DWR-based web applications. 
org.directwebremoting.impl   
 

Uses of CreatorManager in org.directwebremoting.guice
 

Classes in org.directwebremoting.guice that implement CreatorManager
 class InternalCreatorManager
          Extends an existing creator manager with an injected list of creators specified at Guice bind-time.
 

Uses of CreatorManager in org.directwebremoting.impl
 

Classes in org.directwebremoting.impl that implement CreatorManager
 class DefaultCreatorManager
          A class to manage the types of creators and the instantiated creators.
 

Methods in org.directwebremoting.impl with parameters of type CreatorManager
 void CreatorModuleManager.setCreatorManager(CreatorManager creatorManager)
           
 

Constructors in org.directwebremoting.impl with parameters of type CreatorManager
SignatureParser(ConverterManager converterManager, CreatorManager creatorManager)
          Simple ctor
 


Copyright ยจ 2008