| AnnotationValidationInterceptor | Extends the xwork validation interceptor to also check for a @SkipValidation annotation, and if found, don't validate this action method | code | html |
| JSONValidationInterceptor | Serializes validation and action errors into JSON. |
code | html |
| SkipValidation | Marks an Action method to not be validated | code | html |