Class MultiselectInterceptor

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

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: