Uses of Interface
org.directwebremoting.extend.CreatorManager

Packages that use CreatorManager
org.directwebremoting.dwrp   
org.directwebremoting.impl   
 

Uses of CreatorManager in org.directwebremoting.dwrp
 

Fields in org.directwebremoting.dwrp declared as CreatorManager
protected  CreatorManager BaseCallMarshaller.creatorManager
          How we create new beans
 

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.impl
 

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

Fields in org.directwebremoting.impl declared as CreatorManager
protected  CreatorManager DefaultRemoter.creatorManager
          How we create new beans
protected  CreatorManager DefaultDebugPageGenerator.creatorManager
          How we create new beans
 

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

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



Copyright © 2007. All Rights Reserved.