Uses of Class
org.directwebremoting.guice.AbstractDwrGuiceServletContextListener

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

Uses of AbstractDwrGuiceServletContextListener in org.directwebremoting.guice
 

Subclasses of AbstractDwrGuiceServletContextListener in org.directwebremoting.guice
 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