|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.opensymphony.xwork2.interceptor.AbstractInterceptor
org.apache.struts2.interceptor.MultiselectInterceptor
public class MultiselectInterceptor
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 Sting.
Constructor Summary | |
---|---|
MultiselectInterceptor()
|
Method Summary | |
---|---|
java.lang.String |
intercept(ActionInvocation actionInvocation)
Just as the CheckboxInterceptor checks that if only the hidden field is present, so too does this interceptor. |
Methods inherited from class com.opensymphony.xwork2.interceptor.AbstractInterceptor |
---|
destroy, init |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MultiselectInterceptor()
Method Detail |
---|
public java.lang.String intercept(ActionInvocation actionInvocation) throws java.lang.Exception
intercept
in interface Interceptor
intercept
in class AbstractInterceptor
actionInvocation
- ActionInvocation
java.lang.Exception
- if errorInterceptor.intercept(com.opensymphony.xwork2.ActionInvocation)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |