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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.Reader
resolve(java.lang.String jslt)
Return a Reader for the given module.
-