See: Description
| 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.
|
| BeanIdentifierIndexNamingScheme |
An abstract naming scheme which makes use of
BeanIdentifierIndex if possible. |
| ConcurrentHashMapBeanStore |
A BeanStore that uses a HashMap as backing storage
|
| ConversationNamingScheme |
A naming scheme which can have it's cid swapped out.
|
| HashMapBeanStore |
A BeanStore that uses a HashMap as backing storage
|
| LockStore |
Helper class for bean store creation locking.
|
| MapBeanStore | |
| SessionMapBeanStore |
A
MapBeanStore whose LockStore is associated with the key in the provided map and so may be shared across several
stores used within a single "session". |
| SimpleBeanIdentifierIndexNamingScheme |
A simple naming scheme (with a solid prefix) which makes use of
BeanIdentifierIndex if possible. |
| SimpleNamingScheme |
A utility which can prefix/de-prefix a String based identifier
|
Copyright © 2015. All Rights Reserved.