| 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 | 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 a
Resource as a parameter to load the application context |
| XmlWebApplicationContext |
An XBean version of the regular Spring class to provide improved XML
handling.
|
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.