| Package | Description | 
|---|---|
| com.opensymphony.xwork2.validator | XWork validation subsystem. | 
| com.opensymphony.xwork2.validator.validators | XWork default validator classes. | 
| org.apache.struts2.components | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DelegatingValidatorContextA default implementation of the  ValidatorContextinterface. | 
| Modifier and Type | Method and Description | 
|---|---|
| ValidatorContext | Validator. getValidatorContext()Gets the validation context used | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Validator. setValidatorContext(ValidatorContext validatorContext)This method will be called before validate with a non-null ValidatorContext. | 
| void | DefaultActionValidatorManager. validate(Object object,
        String context,
        ValidatorContext validatorContext) | 
| void | ActionValidatorManager. validate(Object object,
        String context,
        ValidatorContext validatorContext)Validates an action give its context and a validation context. | 
| void | DefaultActionValidatorManager. validate(Object object,
        String context,
        ValidatorContext validatorContext,
        String method) | 
| void | ActionValidatorManager. validate(Object object,
        String context,
        ValidatorContext validatorContext,
        String method)Validates an action give its context and a validation context. | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | VisitorFieldValidator.AppendingValidatorContext | 
| Modifier and Type | Method and Description | 
|---|---|
| ValidatorContext | ValidatorSupport. getValidatorContext() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ValidatorSupport. setValidatorContext(ValidatorContext validatorContext) | 
| Constructor and Description | 
|---|
| AppendingValidatorContext(ValidatorContext parent,
                         TextProvider textProvider,
                         String field,
                         String message) | 
| Modifier and Type | Method and Description | 
|---|---|
| ValidatorContext | Form.FieldVisitorValidatorWrapper. getValidatorContext() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Form.FieldVisitorValidatorWrapper. setValidatorContext(ValidatorContext validatorContext) | 
Copyright © 2000–2025 Apache Software Foundation. All rights reserved.