Package com.github.jknack.handlebars
Interface Parser
public interface Parser
The Handlebars Parser.
- Since:
- 0.10.0
-
Method Summary
Modifier and TypeMethodDescriptionparse(TemplateSource source) Parse a handlebars input and return aTemplate.
-
Method Details
-
parse
Parse a handlebars input and return aTemplate.- Parameters:
source- The input to parse. Required.- Returns:
- A new handlebars template.
- Throws:
IOException- If the resource cannot be loaded.
-