Uses of Interface
org.directwebremoting.guice.util.ContextRegistry

Packages that use ContextRegistry
org.directwebremoting.guice.util This package provides Guice enhancements that are independent of DWR. 
 

Uses of ContextRegistry in org.directwebremoting.guice.util
 

Classes in org.directwebremoting.guice.util 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 ยจ 2008