Class FlowRelativeResourceLoader

java.lang.Object
org.springframework.core.io.DefaultResourceLoader
net.shibboleth.idp.profile.spring.factory.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.
  • Field Details

    • flowResource

      @Nonnull private Resource flowResource
      Flow resource for relative lookup.
  • Constructor Details

    • FlowRelativeResourceLoader

      public FlowRelativeResourceLoader(@Nonnull Resource resource)
      Constructor.
      Parameters:
      resource - flow resource for relative lookup
  • Method Details