Package com.terminalfour.publish.handlebars.helper.utility
The utility package contain some utility handlebars helpers that could be useful in the
context of preview or publish.
-
Class Summary Class Description DateFormatHandlebarsHelper The {{dateFormat ...}} handlebars helper extends the core dateFormat that is provided as part of handlebars.java.EqHandlebarsHelper The {{eq ...}} handlebars helper extends the core eq that is provided as part of handlebars.java.NeqHandlebarsHelper The {{neq ...}} handlebars helper extends the core neq that is provided as part of handlebars.java.Nl2brHandlebarsHelper The {{nlbr ...}} handlebars helper is used to replace new lines with <br /> tags in the current evaluation context.ProcessHandlebarsHelper The {{{process ...}}} handlebar helper allows the developer to supply an inline handlebars template for processing within the current evaluation context.RawHandlebarsHelper The {{#raw}} handlebars helper allows for the contents of the block to be output as-is, without any further processing.