ApplicationContextFactory.java | Class | Loads the ApplicationContext from xml files listed in a property file.
The xml files referenced in the properties should be in the classpath.
The format of the property file should be as follows:
1=help-config.xml
2=help-web-config.xml
3=home-config.xml
...
The numbering controls the loading order of the files. |