Modifier and Type | Method and Description |
---|---|
static void |
addAttrTOsToContext(Collection<AttrTO> attrs,
JexlContext jexlContext) |
static void |
addDerAttrsToContext(Any<?> any,
DerAttrHandler derAttrHandler,
JexlContext jexlContext) |
static void |
addFieldsToContext(Object object,
JexlContext jexlContext) |
static void |
addPlainAttrsToContext(Collection<? extends PlainAttr<?>> attrs,
JexlContext jexlContext) |
static String |
evaluate(String expression,
JexlContext jexlContext) |
static boolean |
evaluateMandatoryCondition(String mandatoryCondition,
Any<?> any,
DerAttrHandler derAttrHandler) |
static boolean |
isExpressionValid(String expression) |
static JxltEngine |
newJxltEngine() |
public static JxltEngine newJxltEngine()
public static boolean isExpressionValid(String expression)
public static String evaluate(String expression, JexlContext jexlContext)
public static void addFieldsToContext(Object object, JexlContext jexlContext)
public static void addAttrTOsToContext(Collection<AttrTO> attrs, JexlContext jexlContext)
public static void addPlainAttrsToContext(Collection<? extends PlainAttr<?>> attrs, JexlContext jexlContext)
public static void addDerAttrsToContext(Any<?> any, DerAttrHandler derAttrHandler, JexlContext jexlContext)
public static boolean evaluateMandatoryCondition(String mandatoryCondition, Any<?> any, DerAttrHandler derAttrHandler)
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.