Uses of Interface
org.jboss.weld.contexts.beanstore.BoundBeanStore
-
Packages that use BoundBeanStore Package Description org.jboss.weld.contexts org.jboss.weld.contexts.beanstore org.jboss.weld.contexts.bound -
-
Uses of BoundBeanStore in org.jboss.weld.contexts
Methods in org.jboss.weld.contexts that return BoundBeanStore Modifier and Type Method Description protected abstract BoundBeanStoreAbstractConversationContext. createRequestBeanStore(NamingScheme namingScheme, R request)protected abstract BoundBeanStoreAbstractConversationContext. createSessionBeanStore(NamingScheme namingScheme, S session)protected BoundBeanStoreAbstractBoundContext. getBeanStore()Gets the bean storeMethods in org.jboss.weld.contexts with parameters of type BoundBeanStore Modifier and Type Method Description protected voidAbstractBoundContext. setBeanStore(BoundBeanStore beanStore)Sets the bean store -
Uses of BoundBeanStore in org.jboss.weld.contexts.beanstore
Classes in org.jboss.weld.contexts.beanstore that implement BoundBeanStore Modifier and Type Class Description classAttributeBeanStoreA bound bean store backed by attributes.classMapBeanStoreclassSessionMapBeanStoreAMapBeanStorewhoseLockStoreis associated with the key "org.jboss.weld.context.beanstore.LockStore" in the provided map and so may be shared across several stores used within a single "session". -
Uses of BoundBeanStore in org.jboss.weld.contexts.bound
Methods in org.jboss.weld.contexts.bound that return BoundBeanStore Modifier and Type Method Description protected BoundBeanStoreBoundConversationContextImpl. createRequestBeanStore(NamingScheme namingScheme, BoundRequest request)protected BoundBeanStoreBoundConversationContextImpl. createSessionBeanStore(NamingScheme namingScheme, Map<String,Object> session)
-