Package | Description |
---|---|
org.jboss.weld.context | |
org.jboss.weld.context.beanstore | |
org.jboss.weld.context.beanstore.http | |
org.jboss.weld.serialization.spi.helpers |
Modifier and Type | Class and Description |
---|---|
class |
SerializableContextualInstanceImpl<C extends Contextual<I>,I> |
Modifier and Type | Method and Description |
---|---|
List<ContextualInstance<?>> |
WeldCreationalContext.getDependentInstances()
Returns an unmodifiable list of dependent instances.
|
List<ContextualInstance<?>> |
CreationalContextImpl.getDependentInstances()
Returns an unmodifiable list of dependent instances.
|
Modifier and Type | Method and Description |
---|---|
void |
WeldCreationalContext.addDependentInstance(ContextualInstance<?> contextualInstance) |
void |
ForwardingWeldCreationalContext.addDependentInstance(ContextualInstance<?> contextualInstance) |
void |
CreationalContextImpl.addDependentInstance(ContextualInstance<?> contextualInstance) |
Modifier and Type | Method and Description |
---|---|
<T> ContextualInstance<T> |
BeanStore.get(String id)
Gets an instance of a contextual from the store
|
<T> ContextualInstance<T> |
AttributeBeanStore.get(String id) |
<T> ContextualInstance<T> |
AbstractMapBackedBeanStore.get(String id) |
<T> ContextualInstance<T> |
BeanStore.remove(String id)
Removes a bean instance identified by the given id.
|
<T> ContextualInstance<T> |
AttributeBeanStore.remove(String id) |
<T> ContextualInstance<T> |
AbstractMapBackedBeanStore.remove(String id) |
Modifier and Type | Method and Description |
---|---|
<T> void |
BeanStore.put(String id,
ContextualInstance<T> contextualInstance)
Adds a bean instance to the storage
|
<T> void |
AttributeBeanStore.put(String id,
ContextualInstance<T> instance) |
<T> void |
AbstractMapBackedBeanStore.put(String id,
ContextualInstance<T> beanInstance) |
Modifier and Type | Method and Description |
---|---|
<T> ContextualInstance<T> |
AbstractSessionBeanStore.get(String id) |
Modifier and Type | Interface and Description |
---|---|
interface |
SerializableContextualInstance<C extends Contextual<I>,I>
A Serializable wrapper for a
ContextualInstance |
Copyright © 2013 Seam Framework. All Rights Reserved.