Removed Constructors |
ClassPathXmlApplicationContext(String, Class)
|
Create a new ClassPathXmlApplicationContext, loading the definitions
from the given XML file and automatically refreshing the context. |
ClassPathXmlApplicationContext(String[], Class)
|
Create a new ClassPathXmlApplicationContext, loading the definitions
from the given XML files and automatically refreshing the context. |
ClassPathXmlApplicationContext(String[], Class, ApplicationContext)
|
Create a new ClassPathXmlApplicationContext with the given parent,
loading the definitions from the given XML files and automatically
refreshing the context. |
Added Constructors |
ClassPathXmlApplicationContext(String, Class<?>)
|
Create a new ClassPathXmlApplicationContext, loading the definitions
from the given XML file and automatically refreshing the context. |
ClassPathXmlApplicationContext(String[], Class<?>)
|
Create a new ClassPathXmlApplicationContext, loading the definitions
from the given XML files and automatically refreshing the context. |
ClassPathXmlApplicationContext(String[], Class<?>, ApplicationContext)
|
Create a new ClassPathXmlApplicationContext with the given parent,
loading the definitions from the given XML files and automatically
refreshing the context. |