Class AnnotationParameterFilterInterceptor

java.lang.Object
com.opensymphony.xwork2.interceptor.AbstractInterceptor
com.opensymphony.xwork2.interceptor.annotations.AnnotationParameterFilterInterceptor
All Implemented Interfaces:
ConditionalInterceptor, Interceptor, Serializable

public class AnnotationParameterFilterInterceptor extends AbstractInterceptor
Annotation based version of ParameterFilterInterceptor.

This Interceptor must be placed in the stack before the ParametersInterceptor When a parameter matches a field that is marked Blocked then it is removed from the parameter map.

If an Action class is marked with BlockByDefault then all parameters are removed unless a field on the Action exists and is marked with Allowed

Author:
martin.gilday
See Also: