org.jboss.seam.security.external.contexts
Class HashMapBeanStore
java.lang.Object
org.jboss.seam.security.external.contexts.HashMapBeanStore
public class HashMapBeanStore
- extends Object
Non-serializable bean store, based on a hash map. This bean store should not
be used for passivating scopes!
- Author:
- Marcel Kolsteren
|
Method Summary |
void |
clear()
|
|
get(javax.enterprise.context.spi.Contextual<T> contextual)
|
|
put(javax.enterprise.context.spi.Contextual<T> contextual,
ContextualInstance<T> beanInstance)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
contextualInstanceMap
protected Map<javax.enterprise.context.spi.Contextual<?>,ContextualInstance<? extends Object>> contextualInstanceMap
HashMapBeanStore
public HashMapBeanStore()
get
public <T> ContextualInstance<T> get(javax.enterprise.context.spi.Contextual<T> contextual)
clear
public void clear()
put
public <T> void put(javax.enterprise.context.spi.Contextual<T> contextual,
ContextualInstance<T> beanInstance)
Copyright © 2011 Seam Framework. All Rights Reserved.