ExecutionContext instances are {@link Immutable immutable}, so components may hold onto references to them without concern of those contexts changing. Contexts may be used to create other contexts that vary the environment and/or security context. For example, an ExecutionContext could be used to create another context that references the same {@link #getNamespaceRegistry() namespace registry} but which has a different {@link #getSecurityContext() security context}.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|