public class AnnotationValidationInterceptor extends ValidationInterceptor
excludeMethods, includeMethods, log
Constructor and Description |
---|
AnnotationValidationInterceptor() |
Modifier and Type | Method and Description |
---|---|
protected String |
doIntercept(ActionInvocation invocation) |
protected Method |
getActionMethod(Class actionClass,
String methodName) |
void |
setDevMode(String devMode) |
doBeforeInvocation, getValidationContext, isValidateAnnotatedMethodOnly, setActionValidatorManager, setAlwaysInvokeValidate, setDeclarative, setProgrammatic, setValidateAnnotatedMethodOnly
applyInterceptor, getExcludeMethodsSet, getIncludeMethodsSet, intercept, setExcludeMethods, setIncludeMethods
destroy, init
public void setDevMode(String devMode)
protected String doIntercept(ActionInvocation invocation) throws Exception
doIntercept
in class ValidationInterceptor
Exception
protected Method getActionMethod(Class actionClass, String methodName) throws NoSuchMethodException
NoSuchMethodException
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.