Uses of Interface
org.jboss.weld.contexts.beanstore.NamingScheme
-
Packages that use NamingScheme Package Description org.jboss.weld.contexts org.jboss.weld.contexts.beanstore org.jboss.weld.contexts.bound -
-
Uses of NamingScheme in org.jboss.weld.contexts
Methods in org.jboss.weld.contexts with parameters of type NamingScheme Modifier and Type Method Description protected abstract BoundBeanStoreAbstractConversationContext. createRequestBeanStore(NamingScheme namingScheme, R request)protected abstract BoundBeanStoreAbstractConversationContext. createSessionBeanStore(NamingScheme namingScheme, S session) -
Uses of NamingScheme in org.jboss.weld.contexts.beanstore
Classes in org.jboss.weld.contexts.beanstore that implement NamingScheme Modifier and Type Class Description classAbstractNamingSchemeclassBeanIdentifierIndexNamingSchemeAn abstract naming scheme which makes use ofBeanIdentifierIndexif possible.classConversationNamingSchemeA naming scheme which can have it's cid swapped out.classSimpleBeanIdentifierIndexNamingSchemeA simple naming scheme (with a solid prefix) which makes use ofBeanIdentifierIndexif possible.classSimpleNamingSchemeA utility which can prefix/de-prefix a String based identifierMethods in org.jboss.weld.contexts.beanstore that return NamingScheme Modifier and Type Method Description protected NamingSchemeAttributeBeanStore. getNamingScheme()Constructors in org.jboss.weld.contexts.beanstore with parameters of type NamingScheme Constructor Description AttributeBeanStore(NamingScheme namingScheme, boolean attributeLazyFetchingEnabled)MapBeanStore(NamingScheme namingScheme, Map<String,Object> delegate)MapBeanStore(NamingScheme namingScheme, Map<String,Object> delegate, boolean safeIteration)SessionMapBeanStore(NamingScheme namingScheme, Map<String,Object> delegate) -
Uses of NamingScheme in org.jboss.weld.contexts.bound
Methods in org.jboss.weld.contexts.bound with parameters of type NamingScheme Modifier and Type Method Description protected BoundBeanStoreBoundConversationContextImpl. createRequestBeanStore(NamingScheme namingScheme, BoundRequest request)protected BoundBeanStoreBoundConversationContextImpl. createSessionBeanStore(NamingScheme namingScheme, Map<String,Object> session)
-