Uses of Package
com.opensymphony.xwork2.validator

Packages that use com.opensymphony.xwork2.validator
com.opensymphony.xwork2 Main Xwork interfaces and classes. 
com.opensymphony.xwork2.validator XWork validation subsystem. 
com.opensymphony.xwork2.validator.validators XWork default validator classes. 
 

Classes in com.opensymphony.xwork2.validator used by com.opensymphony.xwork2
Validator
          The validators supplied by the Xwork distribution (and any validators you might write yourself) come in two different flavors: Plain Validators / Non-Field validators FieldValidators Plain Validators (such as the ExpressionValidator) perform validation checks that are not inherently tied to a single specified field.
 

Classes in com.opensymphony.xwork2.validator used by com.opensymphony.xwork2.validator
ActionValidatorManager
          ActionValidatorManager
ValidationException
          ValidationException.
Validator
          The validators supplied by the Xwork distribution (and any validators you might write yourself) come in two different flavors: Plain Validators / Non-Field validators FieldValidators Plain Validators (such as the ExpressionValidator) perform validation checks that are not inherently tied to a single specified field.
ValidatorConfig
          Holds the necessary information for configuring an instance of a Validator.
ValidatorContext
          The context for validation.
 

Classes in com.opensymphony.xwork2.validator used by com.opensymphony.xwork2.validator.validators
FieldValidator
          The FieldValidator interface defines the methods to be implemented by FieldValidators, which are used by the XWork validation framework to validate Action properties before executing the Action.
ShortCircuitableValidator
          This interface should be implemented by validators that can short-circuit the validator queue that it is in.
ValidationException
          ValidationException.
Validator
          The validators supplied by the Xwork distribution (and any validators you might write yourself) come in two different flavors: Plain Validators / Non-Field validators FieldValidators Plain Validators (such as the ExpressionValidator) perform validation checks that are not inherently tied to a single specified field.
ValidatorContext
          The context for validation.
 



Copyright © 2007 OpenSymphony. All Rights Reserved.