Class ElEvaluators
java.lang.Object
de.xima.fc.common.el.ElEvaluators
Methods for
IElEvaluator, such as creating a new evaluator or a builder for an evaluator.- Since:
- 8.5.0
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ElEvaluators.Builderbuilder()Creates a new builder for an EL evaluator.static IElEvaluatorstandard()Creates an evaluator with a standard configuration.
-
Constructor Details
-
ElEvaluators
public ElEvaluators()
-
-
Method Details
-
builder
Creates a new builder for an EL evaluator.- Returns:
- A new builder for an EL evaluator.
-
standard
Creates an evaluator with a standard configuration. In particular, it includes the following static functions:- boolean:* - functions from
BooleanUtils - numbers:* - functions from
NumberUtils - strings:* - functions from
StringUtils - encode:* - functions from
Encode - math:* - functions from
Math
- Returns:
- A standard EL evaluator.
- boolean:* - functions from
-