|
rewrite-api-el 2.0.0.Beta3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExpressionLanguageProvider
Defines a service interface to provide EL support.
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface org.ocpsoft.common.pattern.Weighted |
|---|
priority |
| Method Detail |
|---|
Object retrieveValue(String expression)
throws UnsupportedOperationException
UnsupportedOperationException
void submitValue(String expression,
Object value)
throws UnsupportedOperationException
UnsupportedOperationException
Object evaluateMethodExpression(String expression)
throws UnsupportedOperationException
UnsupportedOperationException
Object evaluateMethodExpression(String expression,
Object... values)
throws UnsupportedOperationException
UnsupportedOperationException
|
rewrite-api-el 2.0.0.Beta3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||