Modifier and Type | Class and Description |
---|---|
class |
ContainerContextImpl
ContainerContext
|
class |
DeploymentContextImpl
ContainerContext
|
Modifier and Type | Interface and Description |
---|---|
interface |
ContainerContext
ContainerContext
|
interface |
DeploymentContext
ContainerContext
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<Context> |
ManagerImpl.contexts |
Modifier and Type | Method and Description |
---|---|
private Context |
ManagerImpl.getScopedContext(java.lang.Class<? extends java.lang.annotation.Annotation> scope) |
Modifier and Type | Method and Description |
---|---|
private java.util.List<Context> |
ManagerImpl.createContexts(java.util.Collection<java.lang.Class<? extends Context>> contextClasses) |
java.util.List<Context> |
ManagerImpl.getContexts() |
private java.util.List<Context> |
ManagerImpl.resolveActiveContexts() |
Modifier and Type | Method and Description |
---|---|
private java.util.List<Context> |
ManagerImpl.createContexts(java.util.Collection<java.lang.Class<? extends Context>> contextClasses) |
Constructor and Description |
---|
ManagerImpl(java.util.Collection<java.lang.Class<? extends Context>> contextClasses,
java.util.Collection<java.lang.Class<?>> extensionClasses) |
Modifier and Type | Class and Description |
---|---|
class |
ApplicationContextImpl
ApplicationContext
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<Context,java.lang.Object> |
ThreadedExecutorService.ContextualStateSnapshot.activeContexts |
Constructor and Description |
---|
ContextualStateSnapshot(java.util.Map<Context,java.lang.Object> activeContexts) |
Modifier and Type | Field and Description |
---|---|
private java.util.Set<java.lang.Class<? extends Context>> |
ManagerBuilder.contexts |
Modifier and Type | Method and Description |
---|---|
ManagerBuilder |
ManagerBuilder.context(java.lang.Class<? extends Context> context) |
LoadableExtension.ExtensionBuilder |
LoadableExtension.ExtensionBuilder.context(java.lang.Class<? extends Context> context) |
Modifier and Type | Interface and Description |
---|---|
interface |
ApplicationContext
ApplicationContext
|
interface |
IdBoundContext<T>
IdBoundContext
|
interface |
NonIdBoundContext
IdBoundContext
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractContext<T>
AbstractContext
|
Modifier and Type | Method and Description |
---|---|
ManagerProcessing |
ManagerProcessing.context(java.lang.Class<? extends Context> context) |
Modifier and Type | Class and Description |
---|---|
class |
ClassContextImpl
ClassContext
|
class |
SuiteContextImpl
SuiteContext
|
class |
TestContextImpl
TestContext
|
Modifier and Type | Interface and Description |
---|---|
interface |
ClassContext
ClassContext
|
interface |
SuiteContext
SuiteContext
|
interface |
TestContext
TestContext
|