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. 
org.apache.struts2.components   
org.apache.struts2.interceptor.validation   
 

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

Classes in com.opensymphony.xwork2.validator used by com.opensymphony.xwork2.validator
ActionValidatorManager
          ActionValidatorManager is the main interface for validation managers (regular and annotation based).
ValidationException
          ValidationException.
Validator
           
ValidatorConfig
          Holds the necessary information for configuring an instance of a Validator.
ValidatorConfig.Builder
          Builds a ValidatorConfig
ValidatorContext
          The context for validation.
ValidatorFactory
          ValidatorFactory
ValidatorFileParser
          Parse the validation file.
 

Classes in com.opensymphony.xwork2.validator used by com.opensymphony.xwork2.validator.validators
ActionValidatorManager
          ActionValidatorManager is the main interface for validation managers (regular and annotation based).
DelegatingValidatorContext
          A default implementation of the ValidatorContext interface.
FieldValidator
          The FieldValidator interface defines the methods to be implemented by FieldValidators.
ShortCircuitableValidator
          This interface should be implemented by validators that can short-circuit the validator queue that it is in.
ValidationException
          ValidationException.
Validator
           
ValidatorContext
          The context for validation.
 

Classes in com.opensymphony.xwork2.validator used by org.apache.struts2.components
ActionValidatorManager
          ActionValidatorManager is the main interface for validation managers (regular and annotation based).
 

Classes in com.opensymphony.xwork2.validator used by org.apache.struts2.interceptor.validation
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.xml) and adds field-level and action-level error messages (provided that the action implements ValidationAware).
 



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.