Save This Page
Home » commons-digester-1.8-src » org.apache.commons » digester » [javadoc | source]
org.apache.commons.digester
public class: ParamBean [javadoc | source]
java.lang.Object
   org.apache.commons.digester.ParamBean
This bean is used to replicate a reasonably complex use case whose behaviour has changed from Digester 1.3 to 1.4.
Constructor:
 public ParamBean() 
Method from org.apache.commons.digester.ParamBean Summary:
getThat,   getThis,   isCool,   setCool,   setThisAndThat
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.commons.digester.ParamBean Detail:
 public String getThat() 
 public String getThis() 
 public boolean isCool() 
 public  void setCool(boolean cool) 
 public String setThisAndThat(String _this,
    String that)