|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.composite.validate.validators.BaseCompositeValidator net.sf.composite.validate.validators.SimpleComponentValidator
public class SimpleComponentValidator
A simple component validator that requires at least one component be present in the composite and that there are no null components. If the composite is strictly typed, this composite also tests that each component is of the required type.
Field Summary |
---|
Fields inherited from class net.sf.composite.validate.validators.BaseCompositeValidator |
---|
log |
Constructor Summary | |
---|---|
SimpleComponentValidator()
|
Method Summary | |
---|---|
protected void |
validateImpl(java.lang.Object composite)
|
Methods inherited from class net.sf.composite.validate.validators.BaseCompositeValidator |
---|
getComponentAccessor, setComponentAccessor, validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleComponentValidator()
Method Detail |
---|
protected void validateImpl(java.lang.Object composite) throws java.lang.Exception
validateImpl
in class BaseCompositeValidator
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |