|
||||||||||
| 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.ApplicationContext
public class ApplicationContext
The Application context
ApplicationContext| Field Summary | |
|---|---|
static ApplicationContext |
INSTANCE
|
| Constructor Summary | |
|---|---|
protected |
ApplicationContext()
Constructor |
| Method Summary | |
|---|---|
BeanMap |
getBeanMap()
Gets the bean map |
boolean |
isActive()
Indicates if the context is active |
void |
setActive(boolean active)
Sets the active state of the context |
void |
setBeanMap(BeanMap applicationBeanMap)
Sets the bean map |
java.lang.String |
toString()
|
| Methods inherited from class org.jboss.webbeans.context.AbstractBeanMapContext |
|---|
destroy, get, get |
| Methods inherited from class org.jboss.webbeans.context.AbstractContext |
|---|
getActive, getScopeType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static ApplicationContext INSTANCE
| Constructor Detail |
|---|
protected ApplicationContext()
| Method Detail |
|---|
public BeanMap getBeanMap()
getBeanMap in class AbstractBeanMapContextpublic void setBeanMap(BeanMap applicationBeanMap)
applicationBeanMap - The bean mappublic boolean isActive()
isActive in interface ContextisActive in class AbstractContextContext.isActive()public void setActive(boolean active)
setActive in class AbstractContextactive - The new statepublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||