|
|||||||||
| 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.TypeSpecificCondition
org.springmodules.validation.util.condition.NonNullAcceptingTypeSpecificCondition
org.springmodules.validation.util.condition.date.jodatime.AbstractInstantCondition
org.springmodules.validation.util.condition.date.jodatime.IsInThePastInstantCondition
public class IsInThePastInstantCondition
An AbstractInstantCondition implementation that checks whether the checked instant is in the past.
| Constructor Summary | |
|---|---|
IsInThePastInstantCondition()
|
|
| Method Summary | |
|---|---|
protected boolean |
checkInstant(ReadableInstant instant)
Checks whether the given instant is in the past. |
| Methods inherited from class org.springmodules.validation.util.condition.date.jodatime.AbstractInstantCondition |
|---|
doCheck |
| Methods inherited from class org.springmodules.validation.util.condition.NonNullAcceptingTypeSpecificCondition |
|---|
beforeObjectChecked |
| Methods inherited from class org.springmodules.validation.util.condition.AbstractCondition |
|---|
afterObjectChecked, and, check, or |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IsInThePastInstantCondition()
| Method Detail |
|---|
protected boolean checkInstant(ReadableInstant instant)
checkInstant in class AbstractInstantConditioninstant - The instant to be checked.
true if the given instant is in the past, false otehrwise.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||