Uses of Interface
org.jboss.weld.contexts.beanstore.BeanStore
Packages that use BeanStore
-
Uses of BeanStore in org.jboss.weld.contexts
Methods in org.jboss.weld.contexts that return BeanStoreModifier and TypeMethodDescriptionprotected abstract BeanStoreAbstractContext.getBeanStore()A method that returns the actual bean store implementationAbstractSharedContext.getBeanStore()Gets the bean storeprotected BeanStoreAbstractUnboundContext.getBeanStore()Gets the bean storeMethods in org.jboss.weld.contexts with parameters of type BeanStoreModifier and TypeMethodDescriptionprotected voidAbstractUnboundContext.setBeanStore(BeanStore beanStore) Sets the bean store -
Uses of BeanStore in org.jboss.weld.contexts.beanstore
Subinterfaces of BeanStore in org.jboss.weld.contexts.beanstoreModifier and TypeInterfaceDescriptioninterfaceA bean store may be bound to some external data store, for example a Http Session.Classes in org.jboss.weld.contexts.beanstore that implement BeanStoreModifier and TypeClassDescriptionclassclassA bound bean store backed by attributes.classA BeanStore that uses a HashMap as backing storageclassA BeanStore that uses a HashMap as backing storageclassclassAMapBeanStorewhoseLockStoreis 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".