Uses of Class
org.jboss.weld.serialization.BeanIdentifierIndex
-
Packages that use BeanIdentifierIndex Package Description org.jboss.weld.contexts org.jboss.weld.contexts.beanstore org.jboss.weld.contexts.bound org.jboss.weld.serialization -
-
Uses of BeanIdentifierIndex in org.jboss.weld.contexts
Methods in org.jboss.weld.contexts with parameters of type BeanIdentifierIndex Modifier and Type Method Description static <C extends Contextual<I>,I>
org.jboss.weld.serialization.spi.helpers.SerializableContextual<C,I>SerializableContextualFactory. create(String contextId, C contextual, org.jboss.weld.serialization.spi.ContextualStore contextualStore, BeanIdentifierIndex beanIdentifierIndex) -
Uses of BeanIdentifierIndex in org.jboss.weld.contexts.beanstore
Constructors in org.jboss.weld.contexts.beanstore with parameters of type BeanIdentifierIndex Constructor Description BeanIdentifierIndexNamingScheme(String delimiter, BeanIdentifierIndex index)ConversationNamingScheme(String prefixBase, String cid, BeanIdentifierIndex index)SimpleBeanIdentifierIndexNamingScheme(String prefix, BeanIdentifierIndex index) -
Uses of BeanIdentifierIndex in org.jboss.weld.contexts.bound
Constructors in org.jboss.weld.contexts.bound with parameters of type BeanIdentifierIndex Constructor Description BoundSessionContextImpl(String contextId, BeanIdentifierIndex index) -
Uses of BeanIdentifierIndex in org.jboss.weld.serialization
Constructors in org.jboss.weld.serialization with parameters of type BeanIdentifierIndex Constructor Description ContextualStoreImpl(String contextId, BeanIdentifierIndex beanIdentifierIndex)
-