| Package | Description |
|---|---|
| org.trimou.handlebars | |
| org.trimou.handlebars.i18n |
| Modifier and Type | Method and Description |
|---|---|
default Options |
Options.appendAnd(CharSequence sequence)
Fluent version of
append(CharSequence). |
default Options |
Options.executeAsyncAnd(Options.HelperExecutable executable)
Fluent version of
executeAsync(HelperExecutable). |
default Options |
Options.fnAnd()
Fluent version of
fn(). |
default Options |
Options.fnAnd(Appendable appendable)
Fluent version of
fn(Appendable). |
default Options |
Options.getAppendableAnd(Consumer<Appendable> consumer)
Fluent version of
getAppendable(). |
default Options |
Options.getValueAnd(String key,
Consumer<Object> consumer)
Fluent version of
getValue(String). |
default Options |
Options.partialAnd(String name)
Fluent version of
partial(String). |
default Options |
Options.partialAnd(String templateId,
Appendable appendable)
Fluent version of
partial(String, Appendable). |
default Options |
Options.peekAnd(Consumer<Object> consumer)
Fluent version of
peek(). |
default Options |
Options.popAnd(Consumer<Object> consumer)
Fluent version of
pop(). |
default Options |
Options.pushAnd(Object contextObject)
Fluent version of
push(Object). |
default Options |
Options.sourceAnd(String name,
Consumer<String> consumer)
Fluent version of
source(String). |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractHelper.append(Options options,
CharSequence sequence)
Escape appended sequence if needed.
|
protected void |
AbstractHelper.convertAndAppend(Options options,
Object value) |
boolean |
NumericExpressionHelper.Operator.evaluate(Options options) |
void |
CacheHelper.execute(Options options) |
void |
SetHelper.execute(Options options) |
void |
ChooseHelper.execute(Options options) |
void |
ChooseHelper.WhenHelper.execute(Options options) |
void |
ChooseHelper.OtherwiseHelper.execute(Options options) |
void |
WithHelper.execute(Options options) |
void |
TagHelper.execute(Options options) |
void |
FormatHelper.execute(Options options) |
void |
JoinHelper.execute(Options options) |
void |
EachHelper.execute(Options options) |
void |
IncludeHelper.execute(Options options) |
void |
NumberMatchingHelper.execute(Options options) |
void |
EqualsHelper.execute(Options options) |
void |
AsyncHelper.execute(Options options) |
void |
EmbedHelper.execute(Options options) |
void |
RepeatHelper.execute(Options options) |
void |
NumericExpressionHelper.execute(Options options) |
void |
AlternativesHelper.execute(Options options) |
void |
Options.HelperExecutable.execute(Options asyncOptions) |
void |
SwitchHelper.execute(Options options) |
void |
SwitchHelper.CaseHelper.execute(Options options) |
void |
SwitchHelper.DefaultHelper.execute(Options options) |
void |
InvokeHelper.execute(Options options) |
void |
Helper.execute(Options options)
Execute the helper.
|
void |
IsHelper.execute(Options options) |
void |
DecoratorHelper.execute(Options options) |
void |
LogHelper.execute(Options options) |
void |
EvalHelper.execute(Options options) |
protected Map<String,Object> |
SetHelper.getMap(Options options) |
static Integer |
Helpers.initIntHashEntry(Options options,
String key) |
static Integer |
Helpers.initIntHashEntry(Options options,
String key,
Integer defaultValue) |
static boolean |
Helpers.isSection(Options options) |
protected boolean |
AbstractHelper.isSection(Options options) |
static boolean |
Helpers.isUnescapeVariable(Options options) |
protected boolean |
AbstractHelper.isUnescapeVariable(Options options) |
static boolean |
Helpers.isVariable(Options options) |
protected boolean |
AbstractHelper.isVariable(Options options) |
protected int |
EachHelper.processParameter(Object param,
Options options,
int index,
int size,
boolean isOmitMeta) |
Object |
AlternativesHelper.ConditionSelector.select(Options options) |
Object |
AlternativesHelper.MinSelector.select(Options options) |
Object |
AlternativesHelper.MaxSelector.select(Options options) |
Object |
AlternativesHelper.Selector.select(Options options) |
| Modifier and Type | Method and Description |
|---|---|
static Helper |
SimpleHelpers.execute(BiConsumer<Options,Configuration> executionCallback) |
SimpleHelpers.Builder |
SimpleHelpers.Builder.execute(BiConsumer<Options,Configuration> executionCallback) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractTimeFormatHelper.execute(Options options) |
void |
ResourceBundleHelper.execute(Options options) |
protected Locale |
LocaleAwareValueHelper.getCurrentLocale(Options options) |
protected Locale |
LocaleAwareValueHelper.getLocale(Options options) |
protected TimeZone |
AbstractTimeFormatHelper.getTimeZone(Options options) |
Copyright © 2020. All rights reserved.