Interface IHandlebarsAPI
-
- All Superinterfaces:
T4PublishAPI
public interface IHandlebarsAPI extends T4PublishAPI
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.github.jknack.handlebars.Template
compileContentLayout(int typeId, String layoutType)
com.github.jknack.handlebars.Template
compileContentLayout(String layoutType)
com.github.jknack.handlebars.Template
compileMedia(int id)
com.github.jknack.handlebars.Template
compileString(String str)
boolean
debugHelperCompilation()
Object
processResult(com.github.jknack.handlebars.Options options, Boolean res)
-
-
-
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
-
compileString
com.github.jknack.handlebars.Template compileString(String str) throws IOException
- Throws:
IOException
-
processResult
Object processResult(com.github.jknack.handlebars.Options options, Boolean res) throws IOException
- Throws:
IOException
-
debugHelperCompilation
boolean debugHelperCompilation()
-
-