|
|||||||||
| 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.AbstractCompoundCondition
public abstract class AbstractCompoundCondition
A base class for all compound conditions.
| Constructor Summary | |
|---|---|
AbstractCompoundCondition(java.util.Collection conditions)
Constructs a new AbstractCompoundCondition with the given collection of conditions. |
|
AbstractCompoundCondition(Condition[] conditions)
Constructs a new AbstractCompoundCondition with the given array of conditions. |
|
| Method Summary | |
|---|---|
Condition[] |
getConditions()
Returns the conditions this condition is compound from. |
| Methods inherited from class org.springmodules.validation.util.condition.AbstractCondition |
|---|
afterObjectChecked, and, beforeObjectChecked, check, doCheck, or |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractCompoundCondition(Condition[] conditions)
conditions - The conditions this condition is compound from.public AbstractCompoundCondition(java.util.Collection conditions)
conditions - The conditions this condition is compound from.| Method Detail |
|---|
public Condition[] getConditions()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||