Package org.apache.struts2.interceptor
Class MultiselectInterceptor
java.lang.Object
org.apache.struts2.interceptor.AbstractInterceptor
org.apache.struts2.interceptor.MultiselectInterceptor
- All Implemented Interfaces:
- Serializable,- ConditionalInterceptor,- Interceptor
Just as the CheckboxInterceptor checks that if only the hidden field is present, so too does this interceptor. If
 the "__multiselect_" request parameter is present and its visible counterpart is not, set a new request parameter to an
 empty String.
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionJust as the CheckboxInterceptor checks that if only the hidden field is present, so too does this interceptor.Methods inherited from class org.apache.struts2.interceptor.AbstractInterceptordestroy, init, setDisabled, shouldIntercept
- 
Constructor Details- 
MultiselectInterceptorpublic MultiselectInterceptor()
 
- 
- 
Method Details- 
interceptJust as the CheckboxInterceptor checks that if only the hidden field is present, so too does this interceptor. If the "__multiselect_" request parameter is present and its visible counterpart is not, set a new request parameter to an empty String.- Specified by:
- interceptin interface- Interceptor
- Specified by:
- interceptin class- AbstractInterceptor
- Parameters:
- ai- ActionInvocation
- Returns:
- the result of the action
- Throws:
- Exception- if error
- See Also:
 
 
-