Package play.data.validation
Class URLCheck
- java.lang.Object
-
- net.sf.oval.AbstractCheck
-
- net.sf.oval.configuration.annotation.AbstractAnnotationCheck<URL>
-
- play.data.validation.URLCheck
-
- All Implemented Interfaces:
java.io.Serializable,net.sf.oval.Check,net.sf.oval.configuration.annotation.AnnotationCheck<URL>
public class URLCheck extends net.sf.oval.configuration.annotation.AbstractAnnotationCheck<URL>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description URLCheck()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(URL url)booleanisSatisfied(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(URL url)
-
isSatisfied
public boolean isSatisfied(java.lang.Object validatedObject, java.lang.Object value, net.sf.oval.context.OValContext context, net.sf.oval.Validator validator)
-
-