|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springmodules.validation.util.fel.parser.OgnlFunctionExpressionParser.OgnlFunction
protected class OgnlFunctionExpressionParser.OgnlFunction
A function that is associated with an OGNL expression and evaluates this expression on the given object.
| Constructor Summary | |
|---|---|
OgnlFunctionExpressionParser.OgnlFunction(java.lang.String expressionAsString)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
evaluate(java.lang.Object argument)
Evaluate the function on the given argument and return the evaluation result. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OgnlFunctionExpressionParser.OgnlFunction(java.lang.String expressionAsString)
| Method Detail |
|---|
public java.lang.Object evaluate(java.lang.Object argument)
Function
evaluate in interface Functionargument - The argument to the function.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||