Interface ApplicationContextFactory
-
- All Superinterfaces:
PropertyBackedBean,PropertyBackedBeanState
- All Known Implementing Classes:
ChildApplicationContextFactory,CryptodocSwitchableApplicationContextFactory,LuceneChildApplicationContextFactory,NoIndexChildApplicationContextFactory,SolrChildApplicationContextFactory,SwitchableApplicationContextFactory
public interface ApplicationContextFactory extends PropertyBackedBean
An interface providing access to a child application context corresonding to a particular subsystem. As with otherPropertyBackedBeans, can be stopped, reconfigured, started and tested.- Author:
- dward
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.springframework.context.ApplicationContextgetApplicationContext()Gets 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, setProperties
-
Methods inherited from interface org.alfresco.repo.management.subsystems.PropertyBackedBeanState
getProperty, getPropertyNames, removeProperty, setProperty, start, stop
-
-