Save This Page
Home » struts-2.0.11.2-src » org.apache » struts2 » interceptor » [javadoc | source]
org.apache.struts2.interceptor
public class: CheckboxInterceptor [javadoc | source]
java.lang.Object
   org.apache.struts2.interceptor.CheckboxInterceptor

All Implemented Interfaces:
    com.opensymphony.xwork2.interceptor.Interceptor

Looks for a hidden identification field that specifies the original value of the checkbox. If the checkbox isn't submitted, insert it into the parameters as if it was with the value of 'false'.

Method from org.apache.struts2.interceptor.CheckboxInterceptor Summary:
destroy,   init,   intercept,   setUncheckedValue
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.struts2.interceptor.CheckboxInterceptor Detail:
 public  void destroy() 
 public  void init() 
 public String intercept(ActionInvocation ai) throws Exception 
 public  void setUncheckedValue(String uncheckedValue) 
    Overrides the default value for an unchecked checkbox