Class MultiselectInterceptor

java.lang.Object
com.opensymphony.xwork2.interceptor.AbstractInterceptor
org.apache.struts2.interceptor.MultiselectInterceptor
All Implemented Interfaces:
ConditionalInterceptor, Interceptor, Serializable

public class MultiselectInterceptor extends AbstractInterceptor
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: