|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springmodules.validation.util.condition.AbstractCondition
org.springmodules.validation.util.cel.ognl.OgnlCondition
public class OgnlCondition
A Condition that checks the given object based on a boolean OGNL expression.
| Constructor Summary | |
|---|---|
OgnlCondition(java.lang.String expression)
Constructs a new OgnlCondition with given OGNL boolean expression. |
|
| Method Summary | |
|---|---|
boolean |
doCheck(java.lang.Object object)
Performs the actual checking of this condition on the checked object. |
| Methods inherited from class org.springmodules.validation.util.condition.AbstractCondition |
|---|
afterObjectChecked, and, beforeObjectChecked, check, or |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OgnlCondition(java.lang.String expression)
expression - The given OGNL boolean expression.| Method Detail |
|---|
public boolean doCheck(java.lang.Object object)
AbstractCondition
doCheck in class AbstractConditionobject - The object to be checked.
true if the given object adheres to this condition, false otherwise.AbstractCondition.doCheck(Object)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||