Subclasses just have to implement the {@link #getConfigResources} and/orthe {@link #getConfigLocations} method. Furthermore, they might overridethe {@link #getResourceByPath} hook to interpret relative paths in anenvironment-specific fashion, and/or {@link #getResourcePatternResolver}for extended pattern resolution. @author Rod Johnson @author Juergen Hoeller @see #getConfigResources @see #getConfigLocations @see org.springframework.beans.factory.xml.XmlBeanDefinitionReader
|
|