Package | Description |
---|---|
org.jboss.weld.context | |
org.jboss.weld.context.beanstore | |
org.jboss.weld.context.beanstore.ejb | |
org.jboss.weld.context.beanstore.http |
Modifier and Type | Method and Description |
---|---|
protected abstract BeanStore |
AbstractContext.getBeanStore()
A method that returns the actual bean store implementation
|
BeanStore |
AbstractSharedContext.getBeanStore()
Gets the bean store
|
protected BeanStore |
AbstractUnboundContext.getBeanStore()
Gets the bean store
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractUnboundContext.setBeanStore(BeanStore beanStore)
Sets the bean store
|
Modifier and Type | Interface and Description |
---|---|
interface |
BoundBeanStore
A bean store may be bound to some external data store, for example a Http
Session.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMapBackedBeanStore |
class |
AttributeBeanStore
A bound bean store backed by attributes.
|
class |
ConcurrentHashMapBeanStore
A BeanStore that uses a HashMap as backing storage
|
class |
HashMapBeanStore
A BeanStore that uses a HashMap as backing storage
|
class |
MapBeanStore |
class |
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". |
Modifier and Type | Class and Description |
---|---|
class |
InvocationContextBeanStore |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSessionBeanStore
Base class providing an HttpSession backed, bound bean store.
|
class |
EagerSessionBeanStore
A BeanStore that uses a HTTP session as backing storage.
|
class |
LazyCyclicSessionBeanStore
This session bean store knows how to handle cyclic bean creation.
|
class |
LazySessionBeanStore
A BeanStore that uses a HTTP session as backing storage.
|
class |
RequestBeanStore
A BeanStore that uses a HTTP request as backing storage.
|
Copyright © 2016. All rights reserved.