|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BeanMap | |
|---|---|
| org.jboss.webbeans.contexts | |
| org.jboss.webbeans.servlet | |
| Uses of BeanMap in org.jboss.webbeans.contexts |
|---|
| Classes in org.jboss.webbeans.contexts that implement BeanMap | |
|---|---|
class |
AbstractBeanMapAdaptor
|
class |
SimpleBeanMap
A BeanMap that uses a simple forwarding HashMap as backing map |
| Fields in org.jboss.webbeans.contexts with type parameters of type BeanMap | |
|---|---|
protected java.lang.ThreadLocal<BeanMap> |
BasicContext.beans
|
| Methods in org.jboss.webbeans.contexts 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 |
AbstractContext.getBeanMap()
A method that should return the actual bean map implementation |
| Methods in org.jboss.webbeans.contexts 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.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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||