Uses of Interface
org.directwebremoting.extend.CreatorManager

Packages that use CreatorManager
org.directwebremoting.dwrp   
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.dwrp
 

Methods in org.directwebremoting.dwrp with parameters of type CreatorManager
 void BaseCallMarshaller.setCreatorManager(CreatorManager creatorManager)
          Accessor for the DefaultCreatorManager that we configure
 

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 instansiated creators.
 

Methods in org.directwebremoting.impl with parameters of type CreatorManager
 void DefaultDebugPageGenerator.setCreatorManager(CreatorManager creatorManager)
          Accessor for the DefaultCreatorManager that we configure
 void DefaultRemoter.setCreatorManager(CreatorManager creatorManager)
          Accessor for the CreatorManager that we configure
 

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


Copyright ? 2005