Class ParametersInterceptor
java.lang.Object
com.opensymphony.xwork2.interceptor.AbstractInterceptor
com.opensymphony.xwork2.interceptor.MethodFilterInterceptor
org.apache.struts2.interceptor.parameter.ParametersInterceptor
com.opensymphony.xwork2.interceptor.ParametersInterceptor
- All Implemented Interfaces:
ConditionalInterceptor
,Interceptor
,Serializable
Deprecated.
- See Also:
-
Field Summary
Fields inherited from class org.apache.struts2.interceptor.parameter.ParametersInterceptor
ordered, PARAM_NAME_MAX_LENGTH
Fields inherited from class com.opensymphony.xwork2.interceptor.MethodFilterInterceptor
excludeMethods, includeMethods
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.struts2.interceptor.parameter.ParametersInterceptor
acceptableName, acceptableValue, addParametersToContext, applyMemberAccessProperties, applyParameters, applyParametersOnStack, batchApplyReflectionContextState, doIntercept, getOrderedComparator, getParameterLogMap, initNewHttpParameters, initParameterMap, isAcceptableName, isAcceptableParameter, isAcceptableParameterNameAware, isAcceptableParameterValue, isAcceptableParameterValueAware, isAcceptableValue, isAccepted, isExcluded, isOrdered, isParamValueAccepted, isParamValueExcluded, isWithinLengthLimit, notifyDeveloperParameterException, retrieveParameters, setAcceptedPatterns, setAcceptedValuePatterns, setAcceptParamNames, setDevMode, setDynamicMethodInvocation, setExcludedPatterns, setExcludedValuePatterns, setExcludeParams, setOrdered, setParameters, setParamNameMaxLength, setValueStackFactory, toAcceptableParameters, toNewStack
Methods inherited from class com.opensymphony.xwork2.interceptor.MethodFilterInterceptor
applyInterceptor, getExcludeMethodsSet, getIncludeMethodsSet, intercept, setExcludeMethods, setIncludeMethods
Methods inherited from class com.opensymphony.xwork2.interceptor.AbstractInterceptor
destroy, init, setDisabled, shouldIntercept
-
Constructor Details
-
ParametersInterceptor
public ParametersInterceptor()Deprecated.
-
ParametersInterceptor
.