|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ChildApplicationContextManager
A 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.
Method Summary | |
---|---|
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. |
Method Detail |
---|
java.util.Collection getInstanceIds()
org.springframework.context.ApplicationContext getApplicationContext(java.lang.String id)
id
- the identifier of the application context to retrieve
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |