Uses of Interface
org.directwebremoting.guice.ContextRegistry

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

Uses of ContextRegistry in org.directwebremoting.guice
 

Classes in org.directwebremoting.guice that implement ContextRegistry
 class AbstractContextScope<C,R>
          Partial implementation of ContextScope.
 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