Package org.forgerock.openig.el
Integrates with the Java Enterprise Edition Unified Expression Language API.
-
Interface Summary Interface Description ExpressionPlugin A plugin that contributes a node to theExpression
context tree. -
Class Summary Class Description Bindings Bindings represents the Expression bindings used during evaluation and assignation.Expression<T> An Unified Expression Language expression.ExpressionRequestAsyncFunction<V> This is an implementation of theAsyncFunction
based on the evaluation of anExpression
.Expressions Utility class for evaluating expression in some collections.Functions Methods exposed for EL usage.LeftValueExpression<T> ALeftValueExpression
is a specializedExpression
to which we can assign a value. -
Exception Summary Exception Description ExpressionException An exception that is thrown during expression operations.