GenericApplicationContextFactory insteadpublic class ClassPathXmlApplicationContextFactory extends GenericApplicationContextFactory
ApplicationContextFactory implementation that takes a parent context
and a path to the context to create. When createApplicationContext method is
called, the child ApplicationContext will be returned. The child
context is not re-created every time it is requested, it is lazily
initialized and cached. Clients should ensure that it is closed when it is no
longer needed. If a path is not set, the parent will always be returned.| Constructor and Description |
|---|
ClassPathXmlApplicationContextFactory(org.springframework.core.io.Resource resource)
Deprecated.
Create an application context factory for the resource specified.
|
createApplicationContextcreateApplicationContext, equals, getBeanFactoryPostProcessorClasses, hashCode, isCopyConfiguration, prepareBeanFactory, prepareContext, setApplicationContext, setBeanFactoryPostProcessorClasses, setBeanPostProcessorExcludeClasses, setCopyConfiguration, toString