Package org.apache.xbean.spring.context
-
Interface Summary Interface Description SpringApplicationContext SpringApplicationContext is an interface that defines the actual interface exposed by the application contexts provided by Spring.SpringXmlPreprocessor SpringXmlPreprocessor preprocesses the xml Document before it is passed to Spring for processing. -
Class Summary Class Description ClassPathXmlApplicationContext An XBean version of the regular Spring class to provide improved XML handling.FileSystemXmlApplicationContext An XBean version of the regular Spring class to provide improved XML handling.ResourceXmlApplicationContext An XBean version of a regular Spring ApplicationContext which takes aResource
as a parameter to load the application contextXmlWebApplicationContext An XBean version of the regular Spring class to provide improved XML handling.