public class AnnotationValidationInterceptor extends ValidationInterceptor
excludeMethods, includeMethods, log
Constructor and Description |
---|
AnnotationValidationInterceptor() |
Modifier and Type | Method and Description |
---|---|
protected String |
doIntercept(ActionInvocation invocation)
Subclasses must override to implement the interceptor logic.
|
protected Method |
getActionMethod(Class<?> actionClass,
String methodName) |
doBeforeInvocation, getValidationContext, isValidateAnnotatedMethodOnly, setActionValidatorManager, setAlwaysInvokeValidate, setDeclarative, setProgrammatic, setValidateAnnotatedMethodOnly
applyInterceptor, getExcludeMethodsSet, getIncludeMethodsSet, intercept, setExcludeMethods, setIncludeMethods
destroy, init
protected String doIntercept(ActionInvocation invocation) throws Exception
MethodFilterInterceptor
doIntercept
in class ValidationInterceptor
invocation
- the action invocationException
- in case of any errorsprotected Method getActionMethod(Class<?> actionClass, String methodName) throws NoSuchMethodException
NoSuchMethodException
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.