Uses of Interface
org.directwebremoting.extend.Creator

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

Uses of Creator in org.directwebremoting.beehive
 

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

Uses of Creator in org.directwebremoting.create
 

Classes in org.directwebremoting.create that implement Creator
 class AbstractCreator
          A simple implementation of the basic parts of Creator
 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 Creator in org.directwebremoting.extend
 

Methods in org.directwebremoting.extend that return Creator
 Creator CreatorManager.getCreator(java.lang.String scriptName)
          Find an Creator by name
 

Methods in org.directwebremoting.extend with parameters of type Creator
 void CreatorManager.addCreator(java.lang.String scriptName, Creator creator)
          Add a new creator
 void AccessControl.assertExecutionIsPossible(Creator creator, java.lang.String className, java.lang.reflect.Method method)
          Check the method for accessibility at runtime, and return an error message if anything is wrong.
 void AccessControl.assertIsDisplayable(Creator creator, java.lang.String className, java.lang.reflect.Method method)
          Check the method for accessibility at 'compile-time' (i.e.
 

Uses of Creator in org.directwebremoting.faces
 

Classes in org.directwebremoting.faces that implement Creator
 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 Creator in org.directwebremoting.guice
 

Classes in org.directwebremoting.guice that implement Creator
 class GuiceCreator
          A creator that uses Guice dependency injection to create remoted objects.
 

Methods in org.directwebremoting.guice that return Creator
 Creator InternalCreatorManager.getCreator(java.lang.String scriptName)
           
 

Methods in org.directwebremoting.guice with parameters of type Creator
 void InternalCreatorManager.addCreator(java.lang.String scriptName, Creator creator)
           
 

Uses of Creator in org.directwebremoting.impl
 

Methods in org.directwebremoting.impl that return Creator
 Creator DefaultCreatorManager.getCreator(java.lang.String scriptName)
           
 

Methods in org.directwebremoting.impl with parameters of type Creator
 void DefaultCreatorManager.addCreator(java.lang.String scriptName, Creator creator)
           
 void DefaultAccessControl.assertExecutionIsPossible(Creator creator, java.lang.String className, java.lang.reflect.Method method)
           
 void DefaultAccessControl.assertIsDisplayable(Creator creator, java.lang.String className, java.lang.reflect.Method method)
           
 

Uses of Creator in org.directwebremoting.spring
 

Classes in org.directwebremoting.spring that implement Creator
 class BeanCreator
          A creator that proxies to the specified bean.
 class SpringCreator
          A creator that relies on a spring bean factory.
 

Methods in org.directwebremoting.spring that return Creator
 Creator CreatorConfig.getCreator()
          The creator that will be used to create new objects for remoting
 

Methods in org.directwebremoting.spring with parameters of type Creator
 void CreatorConfig.setCreator(Creator creator)
          The creator type that will be used to create new objects for remoting
 

Uses of Creator in org.directwebremoting.struts
 

Classes in org.directwebremoting.struts that implement Creator
 class StrutsCreator
          StrutsCreator
 


Copyright ? 2005