Uses of Package
org.directwebremoting.guice.util

Packages that use org.directwebremoting.guice.util
org.directwebremoting.guice This package provides support for Guice dependency injection in DWR-based web applications. 
org.directwebremoting.guice.util This package provides Guice enhancements that are independent of DWR. 
 

Classes in org.directwebremoting.guice.util used by org.directwebremoting.guice
AbstractModule
          An extension of Guice's AbstractModule that provides support for member injection of objects created before injector creation, including AbstractModule itself and MethodInterceptor instances constructed at bind-time.
ContextScope
          A scope that looks up providers in a current context, using itself as a provider for the context.
 

Classes in org.directwebremoting.guice.util used by org.directwebremoting.guice.util
AbstractContextScope
          Partial implementation of ContextScope.
ContextCloseHandler
          Called for each instance in a context when the context is closed.
ContextRegistry
          Manages instances for a context.
ContextScope
          A scope that looks up providers in a current context, using itself as a provider for the context.
InstanceMap
          A specialization of ConcurrentMap with keys of type Key<T> and values of type InstanceProvider<T>.
InstanceProvider
          Marker interface for ContextRegistry implementations to recognize registered instance providers.
MethodInterceptorWrapper
          A way to wrap MethodInterceptors with extra functionality.
Numbered
          Analogous to Guice's Named annotation, with long instead of String value.
Providers.BindingProvider
          For fluent-style decoration with one or more method bindings when using Providers.fromConstructor(Class, Key...).
 


Copyright ยจ 2008