ContextLoader
which initializes Spring application context by loading module definitions from a module definitions XML file located on the web application class path (e.g. in WEB-INF/classes). By default, the name of this file will be moduledefinitions.xml
, but this can be overridden by supplying the web.xml. init-parameter
named bootstrapModulesResource
.
@author Phil Zoio
|
|