Interface Parser


@Deprecated(since="2024-07-10") public 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 Type
    Method
    Description
    Deprecated.
    Parse a handlebars input and return a Template.
  • Method Details

    • parse

      Template parse(TemplateSource source) throws IOException
      Deprecated.
      Parse a handlebars input and return a Template.
      Parameters:
      source - The input to parse. Required.
      Returns:
      A new handlebars template.
      Throws:
      IOException - If the resource cannot be loaded.