Uses of Package
com.opensymphony.xwork2.validator
Packages that use com.opensymphony.xwork2.validator
Package
Description
Main XWork interfaces and classes.
XWork validation subsystem.
XWork default validator classes.
-
Classes in com.opensymphony.xwork2.validator used by com.opensymphony.xwork2
-
Classes in com.opensymphony.xwork2.validator used by com.opensymphony.xwork2.factory
-
Classes in com.opensymphony.xwork2.validator used by com.opensymphony.xwork2.validatorClassDescriptionActionValidatorManager is the main interface for validation managers (regular and annotation based).This is the entry point into XWork's rule-based validation framework.ValidationException.Holds the necessary information for configuring an instance of a Validator.Builds a ValidatorConfigThe context for validation.ValidatorFactoryThis class serves 2 purpose : Parse the validation config file.
-
Classes in com.opensymphony.xwork2.validator used by com.opensymphony.xwork2.validator.validatorsClassDescriptionActionValidatorManager is the main interface for validation managers (regular and annotation based).A default implementation of the
ValidatorContext
interface.The FieldValidator interface defines the methods to be implemented by FieldValidators.This interface should be implemented by validators that can short-circuit the validator queue that it is in.ValidationException.The context for validation. -
Classes in com.opensymphony.xwork2.validator used by org.apache.struts2.componentsClassDescriptionActionValidatorManager is the main interface for validation managers (regular and annotation based).The FieldValidator interface defines the methods to be implemented by FieldValidators.ValidationException.The context for validation.
-
Classes in com.opensymphony.xwork2.validator used by org.apache.struts2.interceptor.validation