Module org.apache.wicket.core
Package org.apache.wicket.validation.validator
package org.apache.wicket.validation.validator
This package provides an implementation of Wicket's validation support.
-
ClassDescriptionBase class for validators that check if a given value falls within [min,max] range.Validator modeChecks if a credit card number is valid.Validator for checking if a given date falls within [min,max] range.Validator for checking the form/pattern of email addresses.Validates an
IValidatable
by matching the value against a regular expression pattern.Validator for checking if a given value falls within [min,max] range.Validator for checking if length of a string falls within [min,max] range.Validator for checking URLs.