|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of BeanStore in org.jboss.webbeans.bootstrap |
---|
Methods in org.jboss.webbeans.bootstrap with parameters of type BeanStore | |
---|---|
protected void |
WebBeansBootstrap.beginApplication(BeanStore applicationBeanStore)
|
protected void |
WebBeansBootstrap.beginDeploy(BeanStore requestBeanStore)
|
protected void |
WebBeansBootstrap.endDeploy(BeanStore requestBeanStore)
|
Uses of BeanStore in org.jboss.webbeans.bootstrap.api |
---|
Methods in org.jboss.webbeans.bootstrap.api with parameters of type BeanStore | |
---|---|
void |
Bootstrap.setApplicationContext(BeanStore beanStore)
Set the bean store to use as backing for the application context |
Uses of BeanStore in org.jboss.webbeans.bootstrap.api.helpers |
---|
Methods in org.jboss.webbeans.bootstrap.api.helpers that return BeanStore | |
---|---|
BeanStore |
AbstractBootstrap.getApplicationContext()
|
Methods in org.jboss.webbeans.bootstrap.api.helpers with parameters of type BeanStore | |
---|---|
void |
ForwardingBootstrap.setApplicationContext(BeanStore beanStore)
|
void |
AbstractBootstrap.setApplicationContext(BeanStore applicationContext)
|
void |
BootstrapBean.setApplicationContext(BeanStore applicationContext)
|
Uses of BeanStore in org.jboss.webbeans.context |
---|
Methods in org.jboss.webbeans.context that return BeanStore | |
---|---|
BeanStore |
ApplicationContext.getBeanStore()
Gets the bean store |
protected abstract BeanStore |
AbstractMapContext.getBeanStore()
A method that returns the actual bean store implementation |
BeanStore |
AbstractThreadLocalMapContext.getBeanStore()
Gets the bean store |
Methods in org.jboss.webbeans.context with parameters of type BeanStore | |
---|---|
void |
ContextLifecycle.beginRequest(java.lang.String id,
BeanStore requestBeanStore)
|
void |
ContextLifecycle.endRequest(java.lang.String id,
BeanStore requestBeanStore)
|
void |
ContextLifecycle.endSession(java.lang.String id,
BeanStore sessionBeanStore)
|
protected void |
ContextLifecycle.restoreConversation(java.lang.String id,
BeanStore conversationBeanStore)
|
void |
ContextLifecycle.restoreSession(java.lang.String id,
BeanStore sessionBeanStore)
|
void |
ApplicationContext.setBeanStore(BeanStore applicationBeanStore)
Sets the bean store |
void |
AbstractThreadLocalMapContext.setBeanStore(BeanStore beanStore)
Sets the bean store |
Uses of BeanStore in org.jboss.webbeans.context.api.helpers |
---|
Classes in org.jboss.webbeans.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.webbeans.context.api.helpers that return BeanStore | |
---|---|
protected abstract BeanStore |
ForwardingBeanStore.delegate()
|
Uses of BeanStore in org.jboss.webbeans.context.beanstore |
---|
Classes in org.jboss.webbeans.context.beanstore that implement BeanStore | |
---|---|
class |
AbstractAttributeBackedBeanStore
Provides common BeanStore operations |
Uses of BeanStore in org.jboss.webbeans.servlet |
---|
Classes in org.jboss.webbeans.servlet that implement BeanStore | |
---|---|
class |
ApplicationBeanStore
A BeanStore that uses a servlet context as backing storage |
class |
ConversationBeanStore
A HTTP session backed bean store for the conversational scope |
class |
HttpRequestSessionBeanStore
Abstracts the servlet API specific session context as a BeanStore. |
class |
HttpSessionBeanStore
A BeanStore that uses a HTTP session as backing storage |
Methods in org.jboss.webbeans.servlet that return BeanStore | |
---|---|
protected BeanStore |
ServletLifecycle.restoreSessionContext(javax.servlet.http.HttpServletRequest request)
Restore the session from the underlying session object. |
protected BeanStore |
ServletLifecycle.restoreSessionContext(javax.servlet.http.HttpSession session)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |