|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.config.scope.AbstractScopeContext
com.caucho.config.scope.ApplicationContext
@Module public class ApplicationContext
The application scope value
Field Summary |
---|
Fields inherited from class com.caucho.config.scope.AbstractScopeContext |
---|
L |
Constructor Summary | |
---|---|
ApplicationContext()
Returns the current application scope |
Method Summary | |
---|---|
protected ContextContainer |
createContextContainer()
|
protected ContextContainer |
getContextContainer()
|
java.lang.Class<? extends java.lang.annotation.Annotation> |
getScope()
Returns the scope annotation type. |
boolean |
isActive()
Returns true if the scope is currently active. |
Methods inherited from class com.caucho.config.scope.AbstractScopeContext |
---|
closeContext, create, get, get |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ApplicationContext()
Method Detail |
---|
public boolean isActive()
isActive
in interface Context
isActive
in class AbstractScopeContext
public java.lang.Class<? extends java.lang.annotation.Annotation> getScope()
getScope
in interface Context
getScope
in class AbstractScopeContext
protected ContextContainer getContextContainer()
getContextContainer
in class AbstractScopeContext
protected ContextContainer createContextContainer()
createContextContainer
in class AbstractScopeContext
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |