Uses of Package
org.apache.struts2.validator.annotations
Packages that use org.apache.struts2.validator.annotations
Package
Description
Validator annotations.
-
Classes in org.apache.struts2.validator.annotations used by org.apache.struts2.showcase.validationClassDescriptionThis validator checks that a date field has a value within a specified range.This validator checks that a field is a valid e-mail address if it contains a non-empty String.This validator uses an OGNL expression to perform its validator.This validator checks that a numeric field has a value within a specified range.Validates a string field using a regular expression.This validator checks that a field is non-null.This validator checks that a String field is not empty (i.e. non-null with a length > 0).This validator checks that a String field is of the right length.This validator checks that a field is a valid URL.
-
Classes in org.apache.struts2.validator.annotations used by org.apache.struts2.validator.annotations