|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BeanStore | |
|---|---|
| org.jboss.weld.bootstrap.api | |
| org.jboss.weld.bootstrap.api.helpers | |
| org.jboss.weld.context.api.helpers | |
| Uses of BeanStore in org.jboss.weld.bootstrap.api |
|---|
| Methods in org.jboss.weld.bootstrap.api with parameters of type BeanStore | |
|---|---|
void |
Lifecycle.beginApplication(BeanStore applicationBeanStore)
|
void |
Lifecycle.beginRequest(java.lang.String id,
BeanStore requestBeanStore)
|
void |
Lifecycle.endRequest(java.lang.String id,
BeanStore requestBeanStore)
|
void |
Lifecycle.endSession(java.lang.String id,
BeanStore sessionBeanStore)
|
void |
Lifecycle.restoreSession(java.lang.String id,
BeanStore sessionBeanStore)
|
Bootstrap |
Bootstrap.startContainer(Environment environment,
Deployment deployment,
BeanStore beanStore)
Creates the application container: Checks that the services required by the environment have been provided Adds container provided services Creates and initializes the built in contexts Creates the manager |
| Uses of BeanStore in org.jboss.weld.bootstrap.api.helpers |
|---|
| Methods in org.jboss.weld.bootstrap.api.helpers with parameters of type BeanStore | |
|---|---|
void |
ForwardingLifecycle.beginApplication(BeanStore applicationBeanStore)
|
void |
ForwardingLifecycle.beginRequest(java.lang.String id,
BeanStore requestBeanStore)
|
void |
ForwardingLifecycle.endRequest(java.lang.String id,
BeanStore requestBeanStore)
|
void |
ForwardingLifecycle.endSession(java.lang.String id,
BeanStore sessionBeanStore)
|
void |
ForwardingLifecycle.restoreSession(java.lang.String id,
BeanStore sessionBeanStore)
|
Bootstrap |
ForwardingBootstrap.startContainer(Environment environment,
Deployment deployment,
BeanStore beanStore)
|
| Uses of BeanStore in org.jboss.weld.context.api.helpers |
|---|
| Classes in org.jboss.weld.context.api.helpers that implement BeanStore | |
|---|---|
class |
AbstractMapBackedBeanStore
|
class |
ConcurrentHashMapBeanStore
A BeanStore that uses a HashMap as backing storage |
class |
ForwardingBeanStore
|
| Methods in org.jboss.weld.context.api.helpers that return BeanStore | |
|---|---|
protected abstract BeanStore |
ForwardingBeanStore.delegate()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||