|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.webbeans.context.AbstractContext
org.jboss.webbeans.context.AbstractBeanMapContext
org.jboss.webbeans.context.BasicContext
public abstract class BasicContext
The abstraction of a private context, on that operates on a ThreadLocal BeanMap and ThreadLocal active state A private context doesn't rely on some external context to hold it's state
DependentContext,
RequestContext,
ConversationContext,
SessionContext| Field Summary | |
|---|---|
protected java.lang.ThreadLocal<BeanMap> |
beans
|
| Constructor Summary | |
|---|---|
BasicContext(java.lang.Class<? extends java.lang.annotation.Annotation> scopeType)
Constructor |
|
| Method Summary | |
|---|---|
protected BeanMap |
getBeanMap()
Delegates to a ThreadLocal instance |
| Methods inherited from class org.jboss.webbeans.context.AbstractBeanMapContext |
|---|
destroy, get, get |
| Methods inherited from class org.jboss.webbeans.context.AbstractContext |
|---|
getActive, getScopeType, isActive, setActive |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.ThreadLocal<BeanMap> beans
| Constructor Detail |
|---|
public BasicContext(java.lang.Class<? extends java.lang.annotation.Annotation> scopeType)
scopeType - The scope types| Method Detail |
|---|
protected BeanMap getBeanMap()
getBeanMap in class AbstractBeanMapContext
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||