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(java.lang.String id)
Gets the application context with the given identifier.
|
java.util.Collection |
getInstanceIds()
Gets the ordered collection of identifiers, indicating the ordering of the chain.
|
java.util.Collection getInstanceIds()
org.springframework.context.ApplicationContext getApplicationContext(java.lang.String id)
id - the identifier of the application context to retrieveCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.