Uses of Package
com.opensymphony.xwork.validator

Packages that use com.opensymphony.xwork.validator
com.opensymphony.xwork   
com.opensymphony.xwork.validator   
com.opensymphony.xwork.validator.validators   
 

Classes in com.opensymphony.xwork.validator used by com.opensymphony.xwork
Validator
           
 

Classes in com.opensymphony.xwork.validator used by com.opensymphony.xwork.validator
ActionValidatorManager
          This is the entry point into XWork's rule-based validation framework.
ValidationException
          ValidationException

Created : Jan 20, 2003 11:45:07 PM

Validator
           
ValidatorConfig
          Holds the necessary information for configuring an instance of a Validator.
ValidatorContext
          The context for validation.
 

Classes in com.opensymphony.xwork.validator used by com.opensymphony.xwork.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

Created : Jan 20, 2003 11:45:07 PM

Validator
           
ValidatorContext
          The context for validation.
 


XWork Project Page