Package de.neuland.pug4j.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 StringgetBase()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()
-
getBase
String getBase()
-
-