|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.weld.context.api.helpers.AbstractMapBackedBeanStore
public abstract class AbstractMapBackedBeanStore
| Constructor Summary | |
|---|---|
AbstractMapBackedBeanStore()
|
|
| Method Summary | ||
|---|---|---|
void |
clear()
Clears the store |
|
protected abstract java.util.Map<java.lang.String,ContextualInstance<? extends java.lang.Object>> |
delegate()
|
|
|
get(java.lang.String id)
Gets an instance from the store |
|
java.util.Set<java.lang.String> |
getContextualIds()
Returns the beans contained in the store |
|
|
put(java.lang.String id,
ContextualInstance<T> beanInstance)
Puts a bean instance under the bean key in the store |
|
java.lang.String |
toString()
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractMapBackedBeanStore()
| Method Detail |
|---|
protected abstract java.util.Map<java.lang.String,ContextualInstance<? extends java.lang.Object>> delegate()
public <T> ContextualInstance<T> get(java.lang.String id)
get in interface BeanStoreThe - bean to look for
org.jboss.weld.context.api.BeanStore#get(BaseBean)public void clear()
clear in interface BeanStoreBeanStore.clear()public java.util.Set<java.lang.String> getContextualIds()
getContextualIds in interface BeanStoreorg.jboss.weld.context.api.BeanStore#getContextuals()
public <T> void put(java.lang.String id,
ContextualInstance<T> beanInstance)
put in interface BeanStorebean - The beaninstance - the instanceorg.jboss.weld.context.api.BeanStore#put(Contextual, Object)public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||