Class FlowRelativeResourceLoader

  • All Implemented Interfaces:
    ResourceLoader

    class FlowRelativeResourceLoader
    extends DefaultResourceLoader
    This code is extended from org.springframework.webflow.engine.builder.model.FlowRelativeResourceLoader with modifications to support proper lookup of resources via both filesystem and classpath along with custom protocol-specific loaders. This fills a gap for cases where the Spring ResourceLoader itself is fully replaced, versus relying solely on customized behavior in the Spring contexts themselves.