Uses of Interface
org.jboss.weld.context.api.ContextualInstance

Packages that use ContextualInstance
org.jboss.weld.context.api   
org.jboss.weld.context.api.helpers   
 

Uses of ContextualInstance in org.jboss.weld.context.api
 

Methods in org.jboss.weld.context.api that return ContextualInstance
<T> ContextualInstance<T>
BeanStore.get(java.lang.String id)
          Gets an instance of a contextual from the store
 

Methods in org.jboss.weld.context.api with parameters of type ContextualInstance
<T> void
BeanStore.put(java.lang.String id, ContextualInstance<T> contextualInstance)
          Adds a bean instance to the storage
 

Uses of ContextualInstance in org.jboss.weld.context.api.helpers
 

Fields in org.jboss.weld.context.api.helpers with type parameters of type ContextualInstance
protected  java.util.Map<java.lang.String,ContextualInstance<? extends java.lang.Object>> ConcurrentHashMapBeanStore.delegate
           
 

Methods in org.jboss.weld.context.api.helpers that return ContextualInstance
<T> ContextualInstance<T>
ForwardingBeanStore.get(java.lang.String id)
           
<T> ContextualInstance<T>
AbstractMapBackedBeanStore.get(java.lang.String id)
          Gets an instance from the store
 

Methods in org.jboss.weld.context.api.helpers that return types with arguments of type ContextualInstance
 java.util.Map<java.lang.String,ContextualInstance<? extends java.lang.Object>> ConcurrentHashMapBeanStore.delegate()
          Gets the delegate for the store
protected abstract  java.util.Map<java.lang.String,ContextualInstance<? extends java.lang.Object>> AbstractMapBackedBeanStore.delegate()
           
 

Methods in org.jboss.weld.context.api.helpers with parameters of type ContextualInstance
<T> void
ForwardingBeanStore.put(java.lang.String id, ContextualInstance<T> beanInstance)
           
<T> void
AbstractMapBackedBeanStore.put(java.lang.String id, ContextualInstance<T> beanInstance)
          Puts a bean instance under the bean key in the store
 



Copyright © 2008-2009 Seam Framework. All Rights Reserved.