Uses of Package
org.apache.struts2.validator
Packages that use org.apache.struts2.validator
Package
Description
Main XWork interfaces and classes.
XWork validation subsystem.
XWork default validator classes.
-
Classes in org.apache.struts2.validator used by org.apache.struts2
-
Classes in org.apache.struts2.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 org.apache.struts2.validator used by org.apache.struts2.factory
-
Classes in org.apache.struts2.validator used by org.apache.struts2.interceptor.validation
-
Classes in org.apache.struts2.validator used by org.apache.struts2.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 org.apache.struts2.validator used by org.apache.struts2.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.