public interface ExpressionLanguageProvider
extends org.ocpsoft.common.pattern.Weighted
| Modifier and Type | Method and Description |
|---|---|
Object |
evaluateMethodExpression(String expression)
Invoke the method specified by the given EL expression, returning the result - if any.
|
Object |
evaluateMethodExpression(String expression,
Object... values)
Evaluate a method expression, passing the given parameters, returning the result - if any.
|
Object |
retrieveValue(String expression)
Extract a value from the location specified by the given EL location.
|
void |
submitValue(String expression,
Object value)
Inject a value into location specified by the given EL expression.
|
Object retrieveValue(String expression) throws UnsupportedOperationException
UnsupportedOperationExceptionvoid submitValue(String expression, Object value) throws UnsupportedOperationException
UnsupportedOperationExceptionObject evaluateMethodExpression(String expression) throws UnsupportedOperationException
UnsupportedOperationExceptionObject evaluateMethodExpression(String expression, Object... values) throws UnsupportedOperationException
UnsupportedOperationExceptionCopyright © 2019 OCPsoft. All rights reserved.