Class StringTemplateSource

java.lang.Object
com.github.jknack.handlebars.io.AbstractTemplateSource
com.github.jknack.handlebars.io.StringTemplateSource
All Implemented Interfaces:
TemplateSource

@Deprecated(since="2024-07-10") public class StringTemplateSource extends AbstractTemplateSource
Deprecated.
com.github.jknack.handlebars.io package is deprecated and marked for removal in subsequent releases which will involve removal of the handlebars dependency in AEM.
String implementation of TemplateSource.
Since:
0.11.0
  • Constructor Details

    • StringTemplateSource

      public StringTemplateSource(String filename, String content)
      Deprecated.
      Creates a new StringTemplateSource.
      Parameters:
      filename - The template's file name. Required.
      content - The template's content. Required.
  • Method Details

    • content

      public String content(Charset charset)
      Deprecated.
      Description copied from interface: TemplateSource
      The template content.
      Parameters:
      charset - Charset to use.
      Returns:
      The template content.
    • filename

      public String filename()
      Deprecated.
      Description copied from interface: TemplateSource
      The file's name.
      Returns:
      The file's name.
    • lastModified

      public long lastModified()
      Deprecated.
      Description copied from interface: TemplateSource
      The last modified date.
      Returns:
      The last modified date.