public class GetWeekDayName extends LocaleFunction
propsconverter, evaluator, executor, logger, parser, resourceLoader| Constructor and Description |
|---|
GetWeekDayName(Converter converter,
boolean isShort) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<EvalNode> |
execute(Context context,
List<EvalNode> args)
Method returns
CompletableFuture with result of execution. |
String |
getName()
Return function name
|
getCurrentPropertiescheckMaxArgsLength, checkMinArgsLength, checkTypes, checkTypes, clearGlobal, createCtx, getLongValue, getValue, getValue, isAsync, isClearpublic GetWeekDayName(Converter converter, boolean isShort)
public String getName()
Functionpublic CompletableFuture<EvalNode> execute(Context context, List<EvalNode> args) throws FunctionExecutionException
FunctionCompletableFuture with result of execution.args - arguments from Histone templateFunctionExecutionException - if your function stops with error and you need to put details into log,
then you should use this exceptionCopyright © 2017. All rights reserved.