Package com.github.jknack.handlebars.io
Class ForwardingTemplateSource
java.lang.Object
com.github.jknack.handlebars.io.AbstractTemplateSource
com.github.jknack.handlebars.io.ForwardingTemplateSource
- All Implemented Interfaces:
TemplateSource
- Direct Known Subclasses:
ReloadableTemplateSource
A template source which forwards all its method calls to another template source..
- Since:
- 0.11.0
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.github.jknack.handlebars.io.AbstractTemplateSource
equals, hashCode, toString
-
Constructor Details
-
ForwardingTemplateSource
Creates a newForwardingTemplateSource.- Parameters:
source- The template source to forwards all the method calls.
-
-
Method Details
-
content
Description copied from interface:TemplateSourceThe template content.- Parameters:
charset- Charset to use.- Returns:
- The template content.
- Throws:
IOException- If the template can't read.
-
filename
Description copied from interface:TemplateSourceThe file's name.- Returns:
- The file's name.
-
lastModified
public long lastModified()Description copied from interface:TemplateSourceThe last modified date.- Returns:
- The last modified date.
-