Package com.github.jknack.handlebars
Interface Parser
Deprecated.
com.github.jknack.handlebars package is deprecated and marked for removal in subsequent releases which will involve removal of the handlebars dependency in AEM.
The Handlebars Parser.
- Since:
- 0.10.0
-
Method Summary
Modifier and TypeMethodDescriptionparse(TemplateSource source) Deprecated.Parse a handlebars input and return aTemplate.
-
Method Details
-
parse
Deprecated.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.
-