public class ClassPathXmlApplicationContextFactory extends Object implements ApplicationContextFactory
ApplicationContextFactory that creates an instance of
the type ClassPathXmlApplicationContext.| Constructor and Description |
|---|
ClassPathXmlApplicationContextFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.context.ConfigurableApplicationContext |
createApplicationContext(List<String> locations)
Create an
ClassPathXmlApplicationContext for the given locations on which refresh has not
yet been called |
public ClassPathXmlApplicationContextFactory()
public org.springframework.context.ConfigurableApplicationContext createApplicationContext(List<String> locations)
ClassPathXmlApplicationContext for the given locations on which refresh has not
yet been calledcreateApplicationContext in interface ApplicationContextFactorylocations - The configuration file locations, not nullrefresh() method hasn't been called yetCopyright © 2016. All Rights Reserved.