Package de.neuland.jade4j.template
Interface TemplateLoader
-
- All Known Implementing Classes:
ClasspathTemplateLoader,FileTemplateLoader,ReaderTemplateLoader
public interface TemplateLoader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetExtension()longgetLastModified(String name)ReadergetReader(String name)
-
-
-
Method Detail
-
getLastModified
long getLastModified(String name) throws IOException
- Throws:
IOException
-
getReader
Reader getReader(String name) throws IOException
- Throws:
IOException
-
getExtension
String getExtension()
-
-