Convenient abstract superclass for ApplicationContext implementations,
drawing configuration from XML documents containing bean definitions
understood by an XmlBeanDefinitionReader.
Subclasses just have to implement the getConfigLocations
method. Furthermore, they might override the getResourceByPath
hook to interpret relative paths in an environment-specific fashion, and/or
getResourcePatternResolver for extended pattern resolution.
Subclasses just have to implement the
getConfigLocationsmethod. Furthermore, they might override thegetResourceByPathhook to interpret relative paths in an environment-specific fashion, and/orgetResourcePatternResolverfor extended pattern resolution.