Interface ApplicationContextFactory
- All Superinterfaces:
PropertyBackedBean,PropertyBackedBeanState
- All Known Implementing Classes:
ChildApplicationContextFactory,CryptodocSwitchableApplicationContextFactory,EncryptedContentStoreChildApplicationContextFactory,LuceneChildApplicationContextFactory,NoIndexChildApplicationContextFactory,SolrChildApplicationContextFactory,SwitchableApplicationContextFactory
An interface providing access to a child application context corresonding to a particular subsystem. As with other
PropertyBackedBeans, can be stopped, reconfigured, started and tested.- Author:
- dward
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.context.ApplicationContextGets the application context, configured according to the properties of the factory.Methods inherited from interface org.alfresco.repo.management.subsystems.PropertyBackedBean
getDescription, getId, isUpdateable, removeProperties, revert, setPropertiesMethods inherited from interface org.alfresco.repo.management.subsystems.PropertyBackedBeanState
getProperty, getPropertyNames, removeProperty, setProperty, start, stop
-
Method Details
-
getApplicationContext
org.springframework.context.ApplicationContext getApplicationContext()Gets the application context, configured according to the properties of the factory.- Returns:
- the application context
-