org.apache.struts2.interceptor.validation
类 AnnotationValidationInterceptor

java.lang.Object
  继承者 com.opensymphony.xwork2.interceptor.AbstractInterceptor
      继承者 com.opensymphony.xwork2.interceptor.MethodFilterInterceptor
          继承者 com.opensymphony.xwork2.validator.ValidationInterceptor
              继承者 org.apache.struts2.interceptor.validation.AnnotationValidationInterceptor
所有已实现的接口:
com.opensymphony.xwork2.interceptor.Interceptor, Serializable

public class AnnotationValidationInterceptor
extends com.opensymphony.xwork2.validator.ValidationInterceptor

Extends the xwork validation interceptor to also check for a @SkipValidation annotation, and if found, don't validate this action method

另请参见:
序列化表格

构造方法摘要
AnnotationValidationInterceptor()
           
 
方法摘要
 
从类 com.opensymphony.xwork2.validator.ValidationInterceptor 继承的方法
isValidateAnnotatedMethodOnly, setActionValidatorManager, setAlwaysInvokeValidate, setDeclarative, setProgrammatic, setValidateAnnotatedMethodOnly
 
从类 com.opensymphony.xwork2.interceptor.MethodFilterInterceptor 继承的方法
getExcludeMethodsSet, getIncludeMethodsSet, intercept, setExcludeMethods, setIncludeMethods
 
从类 com.opensymphony.xwork2.interceptor.AbstractInterceptor 继承的方法
destroy, init
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

AnnotationValidationInterceptor

public AnnotationValidationInterceptor()