Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.opensymphony.xwork2.validator.validators Classes and Interfaces - 21 results found.
NameDescriptionTypePackageFramework
ConditionalVisitorFieldValidator The ConditionalVisitorFieldValidator will forward validation to the VisitorFieldValidator only if the expression will evaluate to true.Classcom.opensymphony.xwork2.validator.validatorsApache Struts
ConversionErrorFieldValidator Field Validator that checks if a conversion error occurred for this field.Classcom.opensymphony.xwork2.validator.validatorsApache Struts
DateRangeFieldValidator Field Validator that checks if the date supplied is within a specific range.Classcom.opensymphony.xwork2.validator.validatorsApache Struts
DoubleRangeFieldValidator Field Validator that checks if the double specified is within a certain range.Classcom.opensymphony.xwork2.validator.validatorsApache Struts
EmailValidator EmailValidator checks that a given String field, if not empty, is a valid email address.Classcom.opensymphony.xwork2.validator.validatorsApache Struts
ExpressionValidator A Non-Field Level validator that validates based on regular expression supplied.Classcom.opensymphony.xwork2.validator.validatorsApache Struts
FieldExpressionValidator Validates a field using an OGNL expression.Classcom.opensymphony.xwork2.validator.validatorsApache Struts
FieldValidatorSupportBase class for field validators.Classcom.opensymphony.xwork2.validator.validatorsApache Struts
IntRangeFieldValidator Field Validator that checks if the integer specified is within a certain range.Classcom.opensymphony.xwork2.validator.validatorsApache Struts
LongRangeFieldValidator Field Validator that checks if the long specified is within a certain range.Classcom.opensymphony.xwork2.validator.validatorsApache Struts
RangeValidatorSupportBase class for range based validators.Classcom.opensymphony.xwork2.validator.validatorsApache Struts
RegexFieldValidator Validates a string field using a regular expression.Classcom.opensymphony.xwork2.validator.validatorsApache Struts
RepopulateConversionErrorFieldValidatorSupport An abstract base class that adds in the capability to populate the stack with a fake parameter map when a conversion error has occurred and the 'repopulateField'Classcom.opensymphony.xwork2.validator.validatorsApache Struts
RequiredFieldValidator RequiredFieldValidator checks if the specified field is not null.Classcom.opensymphony.xwork2.validator.validatorsApache Struts
RequiredStringValidator RequiredStringValidator checks that a String field is non-null and has a length > 0.Classcom.opensymphony.xwork2.validator.validatorsApache Struts
ShortRangeFieldValidator Field Validator that checks if the short specified is within a certain range.Classcom.opensymphony.xwork2.validator.validatorsApache Struts
StringLengthFieldValidator StringLengthFieldValidator checks that a String field is of a certain length.Classcom.opensymphony.xwork2.validator.validatorsApache Struts
URLValidatorURLValidator checks that a given field is a String and a valid URL Classcom.opensymphony.xwork2.validator.validatorsApache Struts
ValidatorSupportAbstract implementation of the Validator interface suitable for subclassing.Classcom.opensymphony.xwork2.validator.validatorsApache Struts
VisitorFieldValidator The VisitorFieldValidator allows you to forward validation to object properties of your action using the object's own validation files.Classcom.opensymphony.xwork2.validator.validatorsApache Struts
VisitorFieldValidator .AppendingValidatorContextClasscom.opensymphony.xwork2.validator.validators.VisitorFieldValidatorApache Struts