Class JavaxFaces2_2Properties.Partial

  • Enclosing class:
    JavaxFaces2_2Properties

    public static class JavaxFaces2_2Properties.Partial
    extends java.lang.Object
    Partial class for execute, render and resetValues parameters.
    • Constructor Summary

      Constructors 
      Constructor Description
      Partial()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean canEqual​(java.lang.Object other)  
      boolean equals​(java.lang.Object o)  
      java.lang.Boolean getResetValues()
      If the request parameter named by the value of this constant has a parameter value of true, the implementation must return true from #isResetValues.
      int hashCode()  
      void setResetValues​(java.lang.Boolean resetValues)
      If the request parameter named by the value of this constant has a parameter value of true, the implementation must return true from #isResetValues.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Partial

        public Partial()
    • Method Detail

      • getResetValues

        public java.lang.Boolean getResetValues()
        If the request parameter named by the value of this constant has a parameter value of true, the implementation must return true from #isResetValues.
        Since:
        2.2
      • setResetValues

        public void setResetValues​(java.lang.Boolean resetValues)
        If the request parameter named by the value of this constant has a parameter value of true, the implementation must return true from #isResetValues.
        Since:
        2.2
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object