Uses of Interface
org.jboss.weld.context.beanstore.BoundBeanStore
-
Packages that use BoundBeanStore 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 BoundBeanStore in org.jboss.weld.context
Methods in org.jboss.weld.context that return BoundBeanStore Modifier and Type Method Description protected abstract BoundBeanStoreAbstractConversationContext. createRequestBeanStore(NamingScheme namingScheme, R request)protected abstract BoundBeanStoreAbstractConversationContext. createSessionBeanStore(NamingScheme namingScheme, S session)protected BoundBeanStoreAbstractBoundContext. getBeanStore()Gets the bean storeMethods in org.jboss.weld.context with parameters of type BoundBeanStore Modifier and Type Method Description protected voidAbstractBoundContext. setBeanStore(BoundBeanStore beanStore)Sets the bean store -
Uses of BoundBeanStore in org.jboss.weld.context.beanstore
Classes in org.jboss.weld.context.beanstore that implement BoundBeanStore Modifier and Type Class Description classAttributeBeanStoreA bound bean store backed by attributes.classMapBeanStoreclassSessionMapBeanStoreAMapBeanStorewhoseLockStoreis associated with the key "org.jboss.weld.context.beanstore.LockStore" in the provided map and so may be shared across several stores used within a single "session". -
Uses of BoundBeanStore in org.jboss.weld.context.beanstore.ejb
Classes in org.jboss.weld.context.beanstore.ejb that implement BoundBeanStore Modifier and Type Class Description classInvocationContextBeanStore -
Uses of BoundBeanStore in org.jboss.weld.context.beanstore.http
Classes in org.jboss.weld.context.beanstore.http that implement BoundBeanStore Modifier and Type Class Description classAbstractSessionBeanStoreBase class providing an HttpSession backed, bound bean store.classEagerSessionBeanStoreA BeanStore that uses a HTTP session as backing storage.classLazySessionBeanStoreA BeanStore that uses a HTTP session as backing storage.classRequestBeanStoreA BeanStore that uses a HTTP request as backing storage. -
Uses of BoundBeanStore in org.jboss.weld.context.bound
Methods in org.jboss.weld.context.bound that return BoundBeanStore 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 BoundBeanStore in org.jboss.weld.context.http
Methods in org.jboss.weld.context.http that return BoundBeanStore 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)
-