Package org.seedstack.seed.el
Interface ELService.MethodExpressionProvider
-
- Enclosing interface:
- ELService
public static interface ELService.MethodExpressionProviderThis interface provides methods to evaluate a method expression.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectinvoke(Object[] args)Invokes the method specified in the EL with the provided arguments.javax.el.MethodExpressionmethodExpression()Gets the MethodExpressionProvider.
-
-
-
Method Detail
-
invoke
Object invoke(Object[] args)
Invokes the method specified in the EL with the provided arguments.- Parameters:
args- arguments to pass to the method- Returns:
- EL result
-
methodExpression
javax.el.MethodExpression methodExpression()
Gets the MethodExpressionProvider.- Returns:
- MethodExpressionProvider
-
-