public static interface ELService.ELExpressionProvider
Modifier and Type | Method and Description |
---|---|
ELService.MethodExpressionProvider |
asMethodExpression(Class<?>[] expectedParamTypes)
Gets a
MethodExpression . |
ELService.ValueExpressionProvider |
asValueExpression()
Gets a
ValueExpression . |
ELService.ValueExpressionProvider asValueExpression()
ValueExpression
.ELService.MethodExpressionProvider asMethodExpression(Class<?>[] expectedParamTypes)
MethodExpression
.expectedParamTypes
- the argument types of the method specified in the ELCopyright © 2013-2018–2019 SeedStack. All rights reserved.