Package play.data.validation
Class EmailCheck
- java.lang.Object
-
- net.sf.oval.AbstractCheck
-
- net.sf.oval.configuration.annotation.AbstractAnnotationCheck<Email>
-
- play.data.validation.EmailCheck
-
- All Implemented Interfaces:
java.io.Serializable
,net.sf.oval.Check
,net.sf.oval.configuration.annotation.AnnotationCheck<Email>
public class EmailCheck extends net.sf.oval.configuration.annotation.AbstractAnnotationCheck<Email>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EmailCheck()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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, getAppliesTo, getAppliesToDefault, getContext, getErrorCode, getMessage, getMessageVariables, getProfiles, getSeverity, getTarget, getWhen, isActive, requireMessageVariablesRecreation, setAppliesTo, setContext, setErrorCode, setMessage, setProfiles, setSeverity, setTarget, setWhen
-
-
-
-
Method Detail
-
configure
public void configure(Email email)
-
isSatisfied
public boolean isSatisfied(java.lang.Object validatedObject, java.lang.Object value, net.sf.oval.context.OValContext context, net.sf.oval.Validator validator)
-
-