Interface IHandlebarsAPI

    • Method Detail

      • compileMedia

        com.github.jknack.handlebars.Template compileMedia​(int id)
                                                    throws IOException
        Throws:
        IOException
      • compileContentLayout

        com.github.jknack.handlebars.Template compileContentLayout​(String layoutType)
                                                            throws IOException
        Throws:
        IOException
      • compileContentLayout

        com.github.jknack.handlebars.Template compileContentLayout​(int typeId,
                                                                   String layoutType)
                                                            throws IOException
        Throws:
        IOException
      • debugHelperCompilation

        boolean debugHelperCompilation()