Uses of Class
org.directwebremoting.guice.util.AbstractModule

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

Uses of AbstractModule in org.directwebremoting.guice
 

Subclasses of AbstractModule 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 AbstractDwrModule
          An extension of the enhanced AbstractModule from the util subpackage that adds DWR configuration methods when used in conjunction with DwrGuiceServlet.
 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