org.alfresco.repo.management.subsystems
Interface ApplicationContextFactory
- All Superinterfaces:
- PropertyBackedBean, PropertyBackedBeanState
- All Known Implementing Classes:
- ChildApplicationContextFactory, SolrChildApplicationContextFactory, SwitchableApplicationContextFactory
public interface ApplicationContextFactory
- extends PropertyBackedBean
An interface providing access to a child application context corresonding to a particular subsystem. As with other
PropertyBackedBean
s, can be stopped, reconfigured, started and tested.
Method Summary |
org.springframework.context.ApplicationContext |
getApplicationContext()
Gets the application context, configured according to the properties of the factory. |
getApplicationContext
org.springframework.context.ApplicationContext getApplicationContext()
- Gets the application context, configured according to the properties of the factory.
- Returns:
- the application context
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.