|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.weld.context.api.helpers.ForwardingBeanStore
public abstract class ForwardingBeanStore
| Constructor Summary | |
|---|---|
ForwardingBeanStore()
|
|
| Method Summary | ||
|---|---|---|
void |
clear()
Clears the store of contextual instances |
|
protected abstract BeanStore |
delegate()
|
|
boolean |
equals(java.lang.Object obj)
|
|
|
get(java.lang.String id)
Gets an instance of a contextual from the store |
|
java.util.Collection<java.lang.String> |
getContextualIds()
Returns the current contextual instances in the store |
|
int |
hashCode()
|
|
|
put(java.lang.String id,
ContextualInstance<T> beanInstance)
Adds a bean instance to the storage |
|
java.lang.String |
toString()
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ForwardingBeanStore()
| Method Detail |
|---|
protected abstract BeanStore delegate()
public void clear()
BeanStore
clear in interface BeanStorepublic <T> ContextualInstance<T> get(java.lang.String id)
BeanStore
get in interface BeanStorepublic java.util.Collection<java.lang.String> getContextualIds()
BeanStore
getContextualIds in interface BeanStore
public <T> void put(java.lang.String id,
ContextualInstance<T> beanInstance)
BeanStore
put in interface BeanStorebeanInstance - the contextual instancepublic java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||