Interface ResourceResolver

All Known Implementing Classes:
ClasspathResourceResolver, FileSystemResourceResolver

public interface ResourceResolver
Given a string identifying a JSLT module file, return a Reader that produces the module. This abstract class can be used to look up module files other places than just on the classpath.
  • Method Summary

    Modifier and Type
    Method
    Description
    Return a Reader for the given module.
  • Method Details

    • resolve

      Reader resolve(String jslt)
      Return a Reader for the given module.