Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- apply(Object, Options) - Method in enum class com.github.jknack.handlebars.helper.ext.NumberHelper
- apply(String, Options) - Method in class com.github.jknack.handlebars.helper.ext.AssignHelper
- apply(String, Options) - Method in class com.github.jknack.handlebars.helper.ext.IncludeHelper
- apply(ReadableInstant, Options) - Method in enum class com.github.jknack.handlebars.helper.ext.JodaHelper
- AssignHelper - Class in com.github.jknack.handlebars.helper.ext
-
You can use the assign helper to create auxiliary variables.
- AssignHelper() - Constructor for class com.github.jknack.handlebars.helper.ext.AssignHelper
C
- com.github.jknack.handlebars.helper.ext - module com.github.jknack.handlebars.helper.ext
-
handlebars helpers.
- com.github.jknack.handlebars.helper.ext - package com.github.jknack.handlebars.helper.ext
I
- IncludeHelper - Class in com.github.jknack.handlebars.helper.ext
-
Allows to include partials with custom context.
- IncludeHelper() - Constructor for class com.github.jknack.handlebars.helper.ext.IncludeHelper
- INSTANCE - Static variable in class com.github.jknack.handlebars.helper.ext.AssignHelper
-
A singleton instance of this helper.
- INSTANCE - Static variable in class com.github.jknack.handlebars.helper.ext.IncludeHelper
-
A singleton instance of this helper.
- isEven - Enum constant in enum class com.github.jknack.handlebars.helper.ext.NumberHelper
-
You can use the isEven helper to return a value only if the first argument is even.
- isOdd - Enum constant in enum class com.github.jknack.handlebars.helper.ext.NumberHelper
-
You can use the isOdd helper to return a value only if the first argument is odd.
J
- JodaHelper - Enum Class in com.github.jknack.handlebars.helper.ext
-
Handlebars Helper for JodaTime ReadableInstance objects.
- jodaISO - Enum constant in enum class com.github.jknack.handlebars.helper.ext.JodaHelper
-
A Helper for ISO-formatted
ReadableInstant. - jodaPattern - Enum constant in enum class com.github.jknack.handlebars.helper.ext.JodaHelper
-
A Helper for pattern-formatted
ReadableInstance. - jodaStyle - Enum constant in enum class com.github.jknack.handlebars.helper.ext.JodaHelper
-
A Helper for style-formatted
ReadableInstant.
N
- NAME - Static variable in class com.github.jknack.handlebars.helper.ext.AssignHelper
-
The helper's name.
- NAME - Static variable in class com.github.jknack.handlebars.helper.ext.IncludeHelper
-
The helper's name.
- NumberHelper - Enum Class in com.github.jknack.handlebars.helper.ext
-
Commons number function helpers.
R
- register(Handlebars) - Static method in enum class com.github.jknack.handlebars.helper.ext.NumberHelper
-
Register all the number helpers.
- registerHelper(Handlebars) - Method in enum class com.github.jknack.handlebars.helper.ext.NumberHelper
-
Register the helper in a handlebars instance.
S
- stripes - Enum constant in enum class com.github.jknack.handlebars.helper.ext.NumberHelper
-
You can use the stripes helper to return different value if the passed argument is odd or even.
V
- valueOf(String) - Static method in enum class com.github.jknack.handlebars.helper.ext.JodaHelper
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.github.jknack.handlebars.helper.ext.NumberHelper
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.github.jknack.handlebars.helper.ext.JodaHelper
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.github.jknack.handlebars.helper.ext.NumberHelper
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|All Packages|Constant Field Values