Save This Page
Home » struts-2.0.11.2-src » org.apache » struts2 » interceptor » validation » [javadoc | source]
org.apache.struts2.interceptor.validation
public class: AnnotationValidationInterceptor [javadoc | source]
java.lang.Object
   com.opensymphony.xwork2.validator.ValidationInterceptor
      org.apache.struts2.interceptor.validation.AnnotationValidationInterceptor
Extends the xwork validation interceptor to also check for a @SkipValidation annotation, and if found, don't validate this action method
Method from org.apache.struts2.interceptor.validation.AnnotationValidationInterceptor Summary:
doIntercept,   getActionMethod
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.struts2.interceptor.validation.AnnotationValidationInterceptor Detail:
 protected String doIntercept(ActionInvocation invocation) throws Exception 
 protected Method getActionMethod(Class actionClass,
    String methodName) throws NoSuchMethodException