Uses of Interface
org.directwebremoting.extend.Configurator

Packages that use Configurator
org.directwebremoting.annotations Provides annotations support for DWR. 
org.directwebremoting.fluent   
org.directwebremoting.guice This package provides support for Guice dependency injection in DWR-based web applications. 
org.directwebremoting.impl   
org.directwebremoting.spring   
 

Uses of Configurator in org.directwebremoting.annotations
 

Classes in org.directwebremoting.annotations that implement Configurator
 class AnnotationsConfigurator
          A Configurator that works off Annotations.
 

Uses of Configurator in org.directwebremoting.fluent
 

Classes in org.directwebremoting.fluent that implement Configurator
 class FluentConfigurator
          A Configurator that used the FluentInterface style as described by Martin Fowler.
 

Uses of Configurator in org.directwebremoting.guice
 

Classes in org.directwebremoting.guice that implement Configurator
 class InternalConfigurator
          Delegates to an injected configurator.
 

Uses of Configurator in org.directwebremoting.impl
 

Classes in org.directwebremoting.impl that implement Configurator
 class DwrXmlConfigurator
          A configurator that gets its configuration by reading a dwr.xml file.
 

Uses of Configurator in org.directwebremoting.spring
 

Classes in org.directwebremoting.spring that implement Configurator
 class SpringConfigurator
           
 


Copyright ? 2005