|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springmodules.validation.util.cel.ognl.OgnlConditionExpressionParser
public class OgnlConditionExpressionParser
A ConditionExpressionParser implementation that knows how to parse boolean OGNL expressions and return
the appropriate condition.
| Constructor Summary | |
|---|---|
OgnlConditionExpressionParser()
|
|
| Method Summary | |
|---|---|
Condition |
parse(java.lang.String expression)
Parses the given condition expression and returns the parsed condition. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OgnlConditionExpressionParser()
| Method Detail |
|---|
public Condition parse(java.lang.String expression)
throws CelParseException
ConditionExpressionParser
parse in interface ConditionExpressionParserexpression - The given condition expression.
CelParseException - thrown when the condition expression parsing fails.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||