public class HashMapBeanStore extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Map<javax.enterprise.context.spi.Contextual<?>,ContextualInstance<? extends Object>> |
contextualInstanceMap |
| Constructor and Description |
|---|
HashMapBeanStore() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
<T> ContextualInstance<T> |
get(javax.enterprise.context.spi.Contextual<T> contextual) |
<T> void |
put(javax.enterprise.context.spi.Contextual<T> contextual,
ContextualInstance<T> beanInstance) |
protected Map<javax.enterprise.context.spi.Contextual<?>,ContextualInstance<? extends Object>> contextualInstanceMap
public <T> ContextualInstance<T> get(javax.enterprise.context.spi.Contextual<T> contextual)
public void clear()
public <T> void put(javax.enterprise.context.spi.Contextual<T> contextual,
ContextualInstance<T> beanInstance)
Copyright © 2013 Seam Framework. All Rights Reserved.