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

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

Uses of InstanceMap in org.directwebremoting.guice.util
 

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

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