Uses of Class
org.jboss.seam.security.external.contexts.ContextualInstance

Packages that use ContextualInstance
org.jboss.seam.security.external.contexts   
 

Uses of ContextualInstance in org.jboss.seam.security.external.contexts
 

Fields in org.jboss.seam.security.external.contexts with type parameters of type ContextualInstance
protected  Map<Contextual<?>,ContextualInstance<? extends Object>> HashMapBeanStore.contextualInstanceMap
           
 

Methods in org.jboss.seam.security.external.contexts that return ContextualInstance
<T> ContextualInstance<T>
HashMapBeanStore.get(Contextual<T> contextual)
           
 

Methods in org.jboss.seam.security.external.contexts with parameters of type ContextualInstance
<T> void
HashMapBeanStore.put(Contextual<T> contextual, ContextualInstance<T> beanInstance)
           
 



Copyright © 2011 Seam Framework. All Rights Reserved.