Interface | Description |
---|---|
BeanStore |
A
Map like store of contextual instances, used to back the Weld built
in contexts. |
BoundBeanStore |
A bean store may be bound to some external data store, for example a Http
Session.
|
LockedBean |
A representation of a creation lock on a bean instance
|
NamingScheme |
Class | Description |
---|---|
AbstractMapBackedBeanStore | |
AbstractNamingScheme | |
AttributeBeanStore |
A bound bean store backed by attributes.
|
ConcurrentHashMapBeanStore |
A BeanStore that uses a HashMap as backing storage
|
ConversationNamingScheme |
A naming scheme which can have it's cid swapped out.
|
ForwardingNamingScheme | |
HashMapBeanStore |
A BeanStore that uses a HashMap as backing storage
|
LockStore |
Helper class for bean store creation locking.
|
MapBeanStore | |
SimpleNamingScheme |
A utility which can prefix/de-prefix a String based identifier
|
Copyright © 2013 Seam Framework. All Rights Reserved.