Uses of Interface
org.jboss.webbeans.context.beanmap.BeanMap

Packages that use BeanMap
org.jboss.webbeans.context   
org.jboss.webbeans.context.beanmap   
org.jboss.webbeans.servlet   
 

Uses of BeanMap in org.jboss.webbeans.context
 

Fields in org.jboss.webbeans.context with type parameters of type BeanMap
protected  java.lang.ThreadLocal<BeanMap> BasicContext.beans
           
 

Methods in org.jboss.webbeans.context that return BeanMap
 BeanMap SessionContext.getBeanMap()
          Gets the bean map
protected  BeanMap BasicContext.getBeanMap()
          Delegates to a ThreadLocal instance
 BeanMap ApplicationContext.getBeanMap()
          Gets the bean map
protected abstract  BeanMap AbstractBeanMapContext.getBeanMap()
          A method that should return the actual bean map implementation
 

Methods in org.jboss.webbeans.context with parameters of type BeanMap
 void SessionContext.setBeanMap(BeanMap beanMap)
          Sets the bean map
 void ApplicationContext.setBeanMap(BeanMap applicationBeanMap)
          Sets the bean map
 

Uses of BeanMap in org.jboss.webbeans.context.beanmap
 

Classes in org.jboss.webbeans.context.beanmap that implement BeanMap
 class AbstractBeanMap
          Provides common BeanMap operations
 class SimpleBeanMap
          A BeanMap that uses a simple forwarding HashMap as backing map
 

Uses of BeanMap in org.jboss.webbeans.servlet
 

Classes in org.jboss.webbeans.servlet that implement BeanMap
 class ApplicationBeanMap
          A BeanMap that uses a servlet context as backing map
 class SessionBeanMap
          A BeanMap that uses a HTTP session as backing map
 



Copyright © 2008-2009. All Rights Reserved.