Uses of Interface
org.directwebremoting.guice.InstanceMap

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

Uses of InstanceMap in org.directwebremoting.guice
 

Methods in org.directwebremoting.guice that return InstanceMap
 InstanceMap<?> AbstractMapContextScope.registryFor(C context)
           
 

Methods in org.directwebremoting.guice with parameters of type InstanceMap
<T> InstanceProvider<T>
AbstractMapContextScope.get(InstanceMap<?> registry, com.google.inject.Key<T> key, java.lang.String keyString)
           
<T> InstanceProvider<T>
AbstractMapContextScope.putIfAbsent(InstanceMap<?> registry, com.google.inject.Key<T> key, java.lang.String keyString, InstanceProvider<T> creator)
           
<T> boolean
AbstractMapContextScope.remove(InstanceMap<?> registry, com.google.inject.Key<T> key, java.lang.String keyString, InstanceProvider<T> creator)
           
 


Copyright ¬ 2005