Package com.github.jknack.handlebars.helper
-
Interface Summary Interface Description I18nSource Resolve message keys and message for internationalization. -
Class Summary Class Description BlockHelper The block helper will replace its section with the partial of the same name if it exists.DefaultHelperRegistry Default implementation ofHelperRegistry
.EachHelper You can iterate over a list using the built-in each helper.EmbeddedHelper Given: home.hbsIfHelper You can use the if helper to conditionally render a block.InlineDecorator Inline partials viaDecorator
API.LogHelper Log a message.LookupHelper Lookup helper, which allows to get a context variable.MethodHelper Wrap a method as Handlebars helper.PartialHelper The partial registry helper.PrecompileHelper Precompile a template to JavaScript using handlebars.js.UnlessHelper You can use the unless helper as the inverse of the if helper.WithHelper Normally, Handlebars templates are evaluated against the context passed into the compiled method. -
Enum Summary Enum Description ConditionalHelpers Implementation of equals, greater, lessThan, and, or, etc..I18nHelper Implementation of i18n helper for Java and JavaScript.StringHelpers Commons string function helpers. -
Annotation Types Summary Annotation Type Description HelperFunction Decorates a method that represents a helper function extracted via a "helper source" with metadata that cannot be inferred from its signature, such as a custom helper name.