|
|||||||||
| 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.ConditionProxyCondition
public class ConditionProxyCondition
| Constructor Summary | |
|---|---|
ConditionProxyCondition()
|
|
ConditionProxyCondition(Condition internalCondition)
|
|
| Method Summary | |
|---|---|
boolean |
doCheck(java.lang.Object object)
Performs the actual checking of this condition on the checked object. |
Condition |
getInternalCondition()
|
void |
setInternalCondition(Condition internalCondition)
|
| 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 ConditionProxyCondition()
public ConditionProxyCondition(Condition internalCondition)
| 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.public Condition getInternalCondition()
public void setInternalCondition(Condition internalCondition)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||