Interface AnnotationValidatior
- All Known Implementing Classes:
DefaultAnnotationValidatior
public interface AnnotationValidatior
Interface validating a form based on annotations in Struts 2. This must be executed in a Struts 2 Action context,
whether in Action code or in an Interceptor.
-
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate()Called byAnnotationValidationInterceptor2convert and validate form fields.
-
Method Details
-
validate
void validate()Called byAnnotationValidationInterceptor2convert and validate form fields.
-