Interface ResourceResolver
-
- All Known Implementing Classes:
FileResourceResolver
public interface ResourceResolver
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputStreamgetResource(String path)TemplatesgetTemplates(String path)
-
-
-
Method Detail
-
getResource
InputStream getResource(String path) throws IOException
- Throws:
IOException
-
getTemplates
Templates getTemplates(String path) throws IOException, TransformerConfigurationException
-
-