@Module public class ApplicationContext extends AbstractScopeContext
L| Constructor and Description | 
|---|
ApplicationContext()
Returns the current application scope 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
closeContext, create, get, getpublic ApplicationContext()
public boolean isActive()
isActive in interface ContextisActive in class AbstractScopeContextpublic java.lang.Class<? extends java.lang.annotation.Annotation> getScope()
getScope in interface ContextgetScope in class AbstractScopeContextprotected ContextContainer getContextContainer()
getContextContainer in class AbstractScopeContextprotected ContextContainer createContextContainer()
createContextContainer in class AbstractScopeContext