Interface to be implemented by configurable web application contexts.
Expected by ContextLoader and FrameworkServlet.
Note: The setters of this interface need to be called before an invocation
of the refresh method inherited from ConfigurableApplicationContext.
They do not cause an initialization of the context on their own.
public
void
setConfigLocations
(
String
[]
configLocations
)
Set the config locations for this web application context.
If not set, the implementation is supposed to use a default for the
given namespace or the root web application context, as appropriate.
Set the namespace for this web application context,
to be used for building a default context config location.
The root web application context does not have a namespace.