|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ContextualInstance | |
|---|---|
| org.jboss.weld.context.api | |
| org.jboss.weld.context.api.helpers | |
| Uses of ContextualInstance in org.jboss.weld.context.api |
|---|
| Methods in org.jboss.weld.context.api that return ContextualInstance | ||
|---|---|---|
|
BeanStore.get(java.lang.String id)
Gets an instance of a contextual from the store |
|
| Methods in org.jboss.weld.context.api with parameters of type ContextualInstance | ||
|---|---|---|
|
BeanStore.put(java.lang.String id,
ContextualInstance<T> contextualInstance)
Adds a bean instance to the storage |
|
| Uses of ContextualInstance in org.jboss.weld.context.api.helpers |
|---|
| Fields in org.jboss.weld.context.api.helpers with type parameters of type ContextualInstance | |
|---|---|
protected java.util.Map<java.lang.String,ContextualInstance<? extends java.lang.Object>> |
ConcurrentHashMapBeanStore.delegate
|
| Methods in org.jboss.weld.context.api.helpers that return ContextualInstance | ||
|---|---|---|
|
ForwardingBeanStore.get(java.lang.String id)
|
|
|
AbstractMapBackedBeanStore.get(java.lang.String id)
Gets an instance from the store |
|
| Methods in org.jboss.weld.context.api.helpers that return types with arguments of type ContextualInstance | |
|---|---|
java.util.Map<java.lang.String,ContextualInstance<? extends java.lang.Object>> |
ConcurrentHashMapBeanStore.delegate()
Gets the delegate for the store |
protected abstract java.util.Map<java.lang.String,ContextualInstance<? extends java.lang.Object>> |
AbstractMapBackedBeanStore.delegate()
|
| Methods in org.jboss.weld.context.api.helpers with parameters of type ContextualInstance | ||
|---|---|---|
|
ForwardingBeanStore.put(java.lang.String id,
ContextualInstance<T> beanInstance)
|
|
|
AbstractMapBackedBeanStore.put(java.lang.String id,
ContextualInstance<T> beanInstance)
Puts a bean instance under the bean key in the store |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||