Uses of Class
org.directwebremoting.guice.AbstractDwrModule

Packages that use AbstractDwrModule
org.directwebremoting.guice This package provides support for Guice dependency injection in DWR-based web applications. 
 

Uses of AbstractDwrModule in org.directwebremoting.guice
 

Subclasses of AbstractDwrModule in org.directwebremoting.guice
 class AbstractDwrGuiceServletContextListener
          Not for subclassing directly; this is a common base for two different approaches to Injector creation and configuration, DwrGuiceServletContextListener and CustomInjectorServletContextListener.
 class CustomInjectorServletContextListener
          Register a concrete subclass of this as a servlet context listener; it uses CustomInjectorServletContextListener.createInjector() to obtain a custom Injector and then stashes it in the servlet context.
 class DwrGuiceServletContextListener
          Register a concrete subclass of this as a servlet context listener to configure an Injector with this as the only Module and stash it in the servlet context.
 


Copyright ยจ 2008