|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.webbeans.contexts.AbstractBeanMapAdaptor
org.jboss.webbeans.servlet.ApplicationBeanMap
public class ApplicationBeanMap
A BeanMap that uses a servlet context as backing map
ApplicationContext| Constructor Summary | |
|---|---|
ApplicationBeanMap(javax.servlet.ServletContext context)
Constructor |
|
| Method Summary | |
|---|---|
protected java.lang.Object |
getAttribute(java.lang.String key)
Gets an attribute from the underlying storage |
protected java.util.Enumeration<java.lang.String> |
getAttributeNames()
Gets an enumeration of the beans present in the underlying storage |
protected java.lang.String |
getKeyPrefix()
Gets a key prefix that should be prefixed to names |
protected void |
removeAttribute(java.lang.String key)
Removes an attribute from the underlying storage |
protected void |
setAttribute(java.lang.String key,
java.lang.Object instance)
Sets an instance under a key in the underlying storage |
| Methods inherited from class org.jboss.webbeans.contexts.AbstractBeanMapAdaptor |
|---|
clear, get, getBeanKey, keySet, put, remove |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ApplicationBeanMap(javax.servlet.ServletContext context)
context - The servlet context instance| Method Detail |
|---|
protected java.lang.String getKeyPrefix()
AbstractBeanMapAdaptor
getKeyPrefix in class AbstractBeanMapAdaptorAbstractBeanMapAdaptor.getKeyPrefix()protected java.lang.Object getAttribute(java.lang.String key)
AbstractBeanMapAdaptor
getAttribute in class AbstractBeanMapAdaptorkey - The key of the attribute
org.jboss.webbeans.contexts.AbstractBeanMapAdaptor#getAttribute()protected java.util.Enumeration<java.lang.String> getAttributeNames()
AbstractBeanMapAdaptor
getAttributeNames in class AbstractBeanMapAdaptorAbstractBeanMapAdaptor.getAttributeNames()protected void removeAttribute(java.lang.String key)
AbstractBeanMapAdaptor
removeAttribute in class AbstractBeanMapAdaptorkey - The attribute to removeorg.jboss.webbeans.contexts.AbstractBeanMapAdaptor#removeAttributes()
protected void setAttribute(java.lang.String key,
java.lang.Object instance)
AbstractBeanMapAdaptor
setAttribute in class AbstractBeanMapAdaptorkey - The keyinstance - The instanceorg.jboss.webbeans.contexts.AbstractBeanMapAdaptor#setAttribute()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||