Uses of Interface
org.jboss.weld.contexts.beanstore.NamingScheme
Packages that use NamingScheme
Package
Description
-
Uses of NamingScheme in org.jboss.weld.contexts
Methods in org.jboss.weld.contexts with parameters of type NamingSchemeModifier and TypeMethodDescriptionprotected 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 NamingSchemeModifier and TypeClassDescriptionclassclassAn abstract naming scheme which makes use ofBeanIdentifierIndexif possible.classA naming scheme which can have it's cid swapped out.classA simple naming scheme (with a solid prefix) which makes use ofBeanIdentifierIndexif possible.classA utility which can prefix/de-prefix a String based identifierMethods in org.jboss.weld.contexts.beanstore that return NamingSchemeConstructors in org.jboss.weld.contexts.beanstore with parameters of type NamingSchemeModifierConstructorDescriptionAttributeBeanStore(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 NamingSchemeModifier and TypeMethodDescriptionprotected BoundBeanStoreBoundConversationContextImpl.createRequestBeanStore(NamingScheme namingScheme, BoundRequest request) protected BoundBeanStoreBoundConversationContextImpl.createSessionBeanStore(NamingScheme namingScheme, Map<String, Object> session)