Class ClassPathXmlApplicationContextFactory

  • All Implemented Interfaces:
    ApplicationContextFactory, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

    @Deprecated
    public class ClassPathXmlApplicationContextFactory
    extends GenericApplicationContextFactory
    Deprecated.
    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 Detail

      • ClassPathXmlApplicationContextFactory

        public ClassPathXmlApplicationContextFactory​(org.springframework.core.io.Resource resource)
        Deprecated.
        Create an application context factory for the resource specified.
        Parameters:
        resource - a resource (XML configuration file)