Uses of Class
org.directwebremoting.create.AbstractCreator

Packages that use AbstractCreator
org.directwebremoting.beehive   
org.directwebremoting.create   
org.directwebremoting.faces   
org.directwebremoting.guice This package provides support for Guice dependency injection in DWR-based web applications. 
org.directwebremoting.spring   
org.directwebremoting.struts   
 

Uses of AbstractCreator in org.directwebremoting.beehive
 

Subclasses of AbstractCreator in org.directwebremoting.beehive
 class PageFlowCreator
          Page Flow Creator The name Creator is a little misleading in that implies that a PageFlow is being created.
 

Uses of AbstractCreator in org.directwebremoting.create
 

Subclasses of AbstractCreator in org.directwebremoting.create
 class Ejb3Creator
          A Creator that works against EJB3 beans
 class NewCreator
          A creator that simply uses the default constructor each time it is called.
 class NullCreator
          A creator that simply uses the default constructor each time it is called.
 class ScriptedCreator
          A creator that uses BeanShell to evaluate some script to create an object.
 class SingletonCreator
          A Creator that uses an instance method to create singletons.
 

Uses of AbstractCreator in org.directwebremoting.faces
 

Subclasses of AbstractCreator in org.directwebremoting.faces
 class JsfCreator
          This is a DWR creator implementation, to allow dwr beans to be allocated into JSF scopes and into jeffs3 specific scope (i.e.
 

Uses of AbstractCreator in org.directwebremoting.guice
 

Subclasses of AbstractCreator in org.directwebremoting.guice
 class GuiceCreator
          A creator that uses Guice dependency injection to create remoted objects.
 

Uses of AbstractCreator in org.directwebremoting.spring
 

Subclasses of AbstractCreator in org.directwebremoting.spring
 class BeanCreator
          A creator that proxies to the specified bean.
 class SpringCreator
          A creator that relies on a spring bean factory.
 

Uses of AbstractCreator in org.directwebremoting.struts
 

Subclasses of AbstractCreator in org.directwebremoting.struts
 class StrutsCreator
          StrutsCreator
 


Copyright ? 2005