Uses of Class
org.directwebremoting.guice.AbstractContextScope

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

Uses of AbstractContextScope in org.directwebremoting.guice
 

Subclasses of AbstractContextScope in org.directwebremoting.guice
 class AbstractMapContextScope<C>
          A specialization of AbstractContextScope using a concurrent map to hold registered instance providers.
 class AbstractSimpleContextScope<C>
          A specialization of AbstractContextScope for the case when the context identifier itself can serve as a string-keyed instance registry using synchronization on the context to provide atomic put-if-absent and remove-specific-value behavior.
 


Copyright ? 2005