Package org.jboss.weld.resources
Class SharedObjectFacade
- java.lang.Object
-
- org.jboss.weld.resources.SharedObjectFacade
-
public class SharedObjectFacade extends Object
Convenience methods to access the shared object cache- Author:
- Stuart Douglas
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <K,V>
Map<K,V>wrap(String contextId, Map<K,V> map)static <T> Set<T>wrap(String contextId, Set<T> set)
-