Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.opensymphony.xwork2.validator Classes and Interfaces - 58 results found.
NameDescriptionTypePackageFramework
ActionValidatorManagerActionValidatorManager is the main interface for validation managers (regular and annotation based).Interfacecom.opensymphony.xwork2.validatorApache Struts
AnnotationActionValidatorManagerAnnotationActionValidatorManager is the entry point into XWork's annotations-based validator framework.Classcom.opensymphony.xwork2.validatorApache Struts
AnnotationValidationConfigurationBuilderAnnotationValidationConfigurationBuilderVersion:$Id$Author:Rainer Hermanns, jepjepClasscom.opensymphony.xwork2.validatorApache Struts
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
ConditionalVisitorFieldValidator The ConditionalVisitorFieldValidator will forward validation to the VisitorFieldValidator only if the expression will evaluate to true.Classcom.opensymphony.xwork2.validator.validatorsApache 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
ConversionErrorFieldValidator Field Validator that checks if a conversion error occurred for this field.Classcom.opensymphony.xwork2.validator.validatorsApache 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
DateRangeFieldValidator Field Validator that checks if the date supplied is within a specific range.Classcom.opensymphony.xwork2.validator.validatorsApache Struts
DefaultActionValidatorManager This is the entry point into XWork's rule-based validation framework.Classcom.opensymphony.xwork2.validatorApache Struts
DefaultValidatorFactoryDefault validator factoryVersion:$Date$ $Id$Author:Jason Carreira, James HouseClasscom.opensymphony.xwork2.validatorApache Struts
DefaultValidatorFileParserParse the validation file.Classcom.opensymphony.xwork2.validatorApache Struts
DelegatingValidatorContextA default implementation of the ValidatorContext interface.Classcom.opensymphony.xwork2.validatorApache Struts
DoubleRangeFieldValidator This validator checks that a double field has a value within a specified range.Classcom.opensymphony.xwork2.validator.annotationsApache Struts
DoubleRangeFieldValidator Field Validator that checks if the double specified is within a certain range.Classcom.opensymphony.xwork2.validator.validatorsApache 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
EmailValidator EmailValidator checks that a given String field, if not empty, is a valid email address.Classcom.opensymphony.xwork2.validator.validatorsApache Struts
ExpressionValidator This non-field level validator validates a supplied regular expression.Classcom.opensymphony.xwork2.validator.annotationsApache Struts
ExpressionValidator A Non-Field Level validator that validates based on regular expression supplied.Classcom.opensymphony.xwork2.validator.validatorsApache Struts
FieldExpressionValidator This validator uses an OGNL expression to perform its validator.Classcom.opensymphony.xwork2.validator.annotationsApache Struts
FieldExpressionValidator Validates a field using an OGNL expression.Classcom.opensymphony.xwork2.validator.validatorsApache Struts
FieldValidatorThe FieldValidator interface defines the methods to be implemented by FieldValidators.Interfacecom.opensymphony.xwork2.validatorApache Struts
FieldValidatorSupportBase class for field validators.Classcom.opensymphony.xwork2.validator.validatorsApache Struts
IntRangeFieldValidator This validator checks that a numeric field has a value within a specified range.Classcom.opensymphony.xwork2.validator.annotationsApache 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.annotationsApache 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 This validator checks that a field is non-null.Classcom.opensymphony.xwork2.validator.annotationsApache Struts
RequiredFieldValidator RequiredFieldValidator checks if the specified field is not null.Classcom.opensymphony.xwork2.validator.validatorsApache Struts
RequiredStringValidator This validator checks that a String field is not empty (i.Classcom.opensymphony.xwork2.validator.annotationsApache Struts
RequiredStringValidator RequiredStringValidator checks that a String field is non-null and has a length > 0.Classcom.opensymphony.xwork2.validator.validatorsApache Struts
ShortCircuitableValidatorInterfacecom.opensymphony.xwork2.validatorApache Struts
ShortRangeFieldValidator This validator checks that a numeric field has a value within a specified range.Classcom.opensymphony.xwork2.validator.annotationsApache Struts
ShortRangeFieldValidator Field Validator that checks if the short specified is within a certain range.Classcom.opensymphony.xwork2.validator.validatorsApache Struts
StringLengthFieldValidator This validator checks that a String field is of the right length.Classcom.opensymphony.xwork2.validator.annotationsApache Struts
StringLengthFieldValidator StringLengthFieldValidator checks that a String field is of a certain length.Classcom.opensymphony.xwork2.validator.validatorsApache Struts
UrlValidatorThis validator checks that a field is a valid URL.Classcom.opensymphony.xwork2.validator.annotationsApache Struts
URLValidatorURLValidator checks that a given field is a String and a valid URL Classcom.opensymphony.xwork2.validator.validatorsApache Struts
Validation This annotation has been deprecated since 2.Classcom.opensymphony.xwork2.validator.annotationsApache Struts
ValidationExceptionValidationException.Classcom.opensymphony.xwork2.validatorApache Struts
ValidationInterceptor This interceptor runs the action through the standard validation framework, which in turn checks the action against any validation rules (found in files such as ActionClass-validation.Classcom.opensymphony.xwork2.validatorApache 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
Validator The validators supplied by the XWork distribution (and any validators you might write yourself) come in two different flavors:Interfacecom.opensymphony.xwork2.validatorApache Struts
ValidatorConfigHolds the necessary information for configuring an instance of a Validator.Classcom.opensymphony.xwork2.validatorApache Struts
ValidatorConfig .BuilderClasscom.opensymphony.xwork2.validator.ValidatorConfigApache Struts
ValidatorContextThe context for validation.Interfacecom.opensymphony.xwork2.validatorApache Struts
ValidatorFactory Validation rules are handled by validators, which must be registered with the ValidatorFactory (using the registerValidator method).Interfacecom.opensymphony.xwork2.validatorApache Struts
ValidatorFileParserThis class serves 2 purpose : Parse the validation config file.Interfacecom.opensymphony.xwork2.validatorApache Struts
ValidatorSupportAbstract implementation of the Validator interface suitable for subclassing.Classcom.opensymphony.xwork2.validator.validatorsApache 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
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