Class PolyHandlebars
java.lang.Object
com.github.jknack.handlebars.Handlebars
io.polyapi.plugin.service.template.PolyHandlebars
- All Implemented Interfaces:
com.github.jknack.handlebars.HelperRegistry
public class PolyHandlebars
extends com.github.jknack.handlebars.Handlebars
-
Nested Class Summary
Nested classes/interfaces inherited from class com.github.jknack.handlebars.Handlebars
com.github.jknack.handlebars.Handlebars.SafeString, com.github.jknack.handlebars.Handlebars.Utils -
Field Summary
Fields inherited from class com.github.jknack.handlebars.Handlebars
DELIM_END, DELIM_STARTFields inherited from interface com.github.jknack.handlebars.HelperRegistry
HELPER_MISSING -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.github.jknack.handlebars.Handlebars
compile, compile, compile, compile, compileInline, compileInline, debug, debug, decorator, deletePartialAfterMerge, deletePartialAfterMerge, endDelimiter, error, error, getCache, getCharset, getEndDelimiter, getEscapingStrategy, getFormatter, getLoader, getParserFactory, getStartDelimiter, handlebarsJsFile, handlebarsJsFile, helper, helpers, infiniteLoops, infiniteLoops, log, log, parentScopeResolution, parentScopeResolution, precompile, precompileInline, preEvaluatePartialBlocks, preEvaluatePartialBlocks, prettyPrint, prettyPrint, registerDecorator, registerHelper, registerHelperMissing, registerHelpers, registerHelpers, registerHelpers, registerHelpers, registerHelpers, registerHelpers, registerHelpers, setCharset, setDeletePartialAfterMerge, setEndDelimiter, setInfiniteLoops, setParentScopeResolution, setPreEvaluatePartialBlocks, setPrettyPrint, setStartDelimiter, setStringParams, startDelimiter, stringParams, stringParams, warn, warn, with, with, with, with, with, with, with
-
Constructor Details
-
PolyHandlebars
public PolyHandlebars()
-