Provides various utility methods for working with EL expressions.
This utility can be used through injection:
@Inject Expressions expressions;
Alternatively, if you aren't working in a CDI environment, it can be instantiated using the new
keyword:
Expressions expressions = new Expressions(context, expressionFactory);@author Pete Muir @author Dan Allen @author Stuart Douglas
|
|