Package com.schibsted.spt.data.jslt
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
-
Method Details
-
resolve
Return a Reader for the given module.
-