Uses of Class
org.jboss.weld.serialization.BeanIdentifierIndex
-
Packages that use BeanIdentifierIndex Package Description org.jboss.weld.context JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.context.beanstore JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.context.bound JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.context.http JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.serialization JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc. -
-
Uses of BeanIdentifierIndex in org.jboss.weld.context
Methods in org.jboss.weld.context with parameters of type BeanIdentifierIndex Modifier and Type Method Description static <C extends javax.enterprise.context.spi.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.context.beanstore
Constructors in org.jboss.weld.context.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.context.bound
Constructors in org.jboss.weld.context.bound with parameters of type BeanIdentifierIndex Constructor Description BoundSessionContextImpl(String contextId, BeanIdentifierIndex index) -
Uses of BeanIdentifierIndex in org.jboss.weld.context.http
Constructors in org.jboss.weld.context.http with parameters of type BeanIdentifierIndex Constructor Description HttpSessionContextImpl(String contextId, BeanIdentifierIndex index)HttpSessionDestructionContext(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)
-