|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.oval.AbstractCheck net.sf.oval.configuration.annotation.AbstractAnnotationCheck<Email> play.data.validation.EmailCheck
public class EmailCheck
Field Summary |
---|
Fields inherited from class net.sf.oval.AbstractCheck |
---|
errorCode, message, profiles, severity |
Constructor Summary | |
---|---|
EmailCheck()
|
Method Summary | |
---|---|
void |
configure(Email email)
|
boolean |
isSatisfied(java.lang.Object validatedObject,
java.lang.Object value,
net.sf.oval.context.OValContext context,
net.sf.oval.Validator validator)
|
Methods inherited from class net.sf.oval.AbstractCheck |
---|
createMessageVariables, getErrorCode, getMessage, getMessageVariables, getProfiles, getSeverity, requireMessageVariablesRecreation, setErrorCode, setMessage, setProfiles, setSeverity |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.sf.oval.Check |
---|
getErrorCode, getMessage, getMessageVariables, getProfiles, getSeverity, setErrorCode, setMessage, setProfiles, setSeverity |
Constructor Detail |
---|
public EmailCheck()
Method Detail |
---|
public void configure(Email email)
configure
in interface net.sf.oval.configuration.annotation.AnnotationCheck<Email>
configure
in class net.sf.oval.configuration.annotation.AbstractAnnotationCheck<Email>
public boolean isSatisfied(java.lang.Object validatedObject, java.lang.Object value, net.sf.oval.context.OValContext context, net.sf.oval.Validator validator)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |