Uses of Interface
org.jboss.weld.contexts.beanstore.BoundBeanStore
Packages that use BoundBeanStore
Package
Description
-
Uses of BoundBeanStore in org.jboss.weld.contexts
Methods in org.jboss.weld.contexts that return BoundBeanStoreModifier and TypeMethodDescriptionprotected 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 BoundBeanStoreModifier and TypeMethodDescriptionprotected 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 BoundBeanStoreModifier and TypeClassDescriptionclassA bound bean store backed by attributes.classclassAMapBeanStorewhoseLockStoreis 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 BoundBeanStoreModifier and TypeMethodDescriptionprotected BoundBeanStoreBoundConversationContextImpl.createRequestBeanStore(NamingScheme namingScheme, org.jboss.weld.context.bound.BoundRequest request) protected BoundBeanStoreBoundConversationContextImpl.createSessionBeanStore(NamingScheme namingScheme, Map<String, Object> session)