|
|||||||||
| 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.condition.common.AlwaysFalseCondition
public class AlwaysFalseCondition
An AbstractCondition implementation that always return false.
| Constructor Summary | |
|---|---|
AlwaysFalseCondition()
|
|
| Method Summary | |
|---|---|
boolean |
doCheck(java.lang.Object object)
Always return false. |
| 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 AlwaysFalseCondition()
| Method Detail |
|---|
public boolean doCheck(java.lang.Object object)
false.
doCheck in class AbstractConditionobject - The object to be checked.
false
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||