public interface ChildApplicationContextManager
ChildApplicationContextManager
manages a 'chain' of child application contexts, perhaps corresponding
to the components of a chained subsystem such as authentication. A ChildApplicationContextManager
may
also support the dynamic modification of its chain.Modifier and Type | Method and Description |
---|---|
org.springframework.context.ApplicationContext |
getApplicationContext(String id)
Gets the application context with the given identifier.
|
Collection<String> |
getInstanceIds()
Gets the ordered collection of identifiers, indicating the ordering of the chain.
|
Collection<String> getInstanceIds()
org.springframework.context.ApplicationContext getApplicationContext(String id)
id
- the identifier of the application context to retrieveCopyright © 2005–2017 Alfresco Software. All rights reserved.