Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.opensymphony.xwork2.validator.annotations Classes and Interfaces - 20 results found.
NameDescriptionTypePackageFramework
ConditionalVisitorFieldValidator The validator allows you to forward validator to object properties of your action using the objects own validator files.Classcom.opensymphony.xwork2.validator.annotationsApache Struts
ConversionErrorFieldValidator This validator checks if there are any conversion errors for a field and applies them if they exist.Classcom.opensymphony.xwork2.validator.annotationsApache Struts
CustomValidator This annotation can be used for custom validators.Classcom.opensymphony.xwork2.validator.annotationsApache Struts
DateRangeFieldValidator This validator checks that a date field has a value within a specified range.Classcom.opensymphony.xwork2.validator.annotationsApache Struts
DoubleRangeFieldValidator This validator checks that a double field has a value within a specified range.Classcom.opensymphony.xwork2.validator.annotationsApache Struts
EmailValidator This validator checks that a field is a valid e-mail address if it contains a non-empty String.Classcom.opensymphony.xwork2.validator.annotationsApache Struts
ExpressionValidator This non-field level validator validates a supplied regular expression.Classcom.opensymphony.xwork2.validator.annotationsApache Struts
FieldExpressionValidator This validator uses an OGNL expression to perform its validator.Classcom.opensymphony.xwork2.validator.annotationsApache Struts
IntRangeFieldValidator This validator checks that a numeric field has a value within a specified range.Classcom.opensymphony.xwork2.validator.annotationsApache Struts
RegexFieldValidator Validates a string field using a regular expression.Classcom.opensymphony.xwork2.validator.annotationsApache Struts
RequiredFieldValidator This validator checks that a field is non-null.Classcom.opensymphony.xwork2.validator.annotationsApache Struts
RequiredStringValidator This validator checks that a String field is not empty (i.Classcom.opensymphony.xwork2.validator.annotationsApache Struts
ShortRangeFieldValidator This validator checks that a numeric field has a value within a specified range.Classcom.opensymphony.xwork2.validator.annotationsApache Struts
StringLengthFieldValidator This validator checks that a String field is of the right length.Classcom.opensymphony.xwork2.validator.annotationsApache Struts
UrlValidatorThis validator checks that a field is a valid URL.Classcom.opensymphony.xwork2.validator.annotationsApache Struts
Validation This annotation has been deprecated since 2.Classcom.opensymphony.xwork2.validator.annotationsApache Struts
ValidationParameter The ValidationParameter annotation is used as a parameter for CustomValidators.Classcom.opensymphony.xwork2.validator.annotationsApache Struts
Validations If you want to use several annotations of the same type, these annotations must be nested within the @Validations() annotation.Classcom.opensymphony.xwork2.validator.annotationsApache Struts
ValidatorTypeClasscom.opensymphony.xwork2.validator.annotationsApache Struts
VisitorFieldValidator The validator allows you to forward validator to object properties of your action using the objects own validator files.Classcom.opensymphony.xwork2.validator.annotationsApache Struts