Uses of Interface
org.jboss.weld.context.beanstore.NamingScheme
-
Packages that use NamingScheme 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.beanstore.ejb JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.context.beanstore.http 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. -
-
Uses of NamingScheme in org.jboss.weld.context
Methods in org.jboss.weld.context 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.context.beanstore
Classes in org.jboss.weld.context.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.classForwardingNamingSchemeclassSimpleBeanIdentifierIndexNamingSchemeA 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.context.beanstore that return NamingScheme Modifier and Type Method Description protected abstract NamingSchemeForwardingNamingScheme. delegate()protected NamingSchemeAttributeBeanStore. getNamingScheme()Constructors in org.jboss.weld.context.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.context.beanstore.ejb
Constructors in org.jboss.weld.context.beanstore.ejb with parameters of type NamingScheme Constructor Description InvocationContextBeanStore(NamingScheme namingScheme, javax.interceptor.InvocationContext ctx) -
Uses of NamingScheme in org.jboss.weld.context.beanstore.http
Constructors in org.jboss.weld.context.beanstore.http with parameters of type NamingScheme Constructor Description AbstractSessionBeanStore(NamingScheme namingScheme, boolean attributeLazyFetchingEnabled)EagerSessionBeanStore(NamingScheme namingScheme, javax.servlet.http.HttpSession session)LazySessionBeanStore(javax.servlet.http.HttpServletRequest request, NamingScheme namingScheme)LazySessionBeanStore(javax.servlet.http.HttpServletRequest request, NamingScheme namingScheme, boolean attributeLazyFetchingEnabled)RequestBeanStore(javax.servlet.http.HttpServletRequest request, NamingScheme namingScheme) -
Uses of NamingScheme in org.jboss.weld.context.bound
Methods in org.jboss.weld.context.bound with parameters of type NamingScheme Modifier and Type Method Description protected BoundBeanStoreBoundConversationContextImpl. createRequestBeanStore(NamingScheme namingScheme, org.jboss.weld.context.bound.BoundRequest request)protected BoundBeanStoreBoundConversationContextImpl. createSessionBeanStore(NamingScheme namingScheme, Map<String,Object> session) -
Uses of NamingScheme in org.jboss.weld.context.http
Methods in org.jboss.weld.context.http with parameters of type NamingScheme Modifier and Type Method Description protected BoundBeanStoreHttpConversationContextImpl. createRequestBeanStore(NamingScheme namingScheme, javax.servlet.http.HttpServletRequest request)protected BoundBeanStoreHttpConversationContextImpl. createSessionBeanStore(NamingScheme namingScheme, javax.servlet.http.HttpSession session)
-