Class JavaxFaces2_2Properties.Partial

java.lang.Object
org.joinfaces.autoconfigure.javaxfaces.JavaxFaces2_2Properties.Partial
Enclosing class:
JavaxFaces2_2Properties

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected boolean
     
    boolean
     
    If the request parameter named by the value of this constant has a parameter value of true, the implementation must return true from PartialViewContext.isResetValues().
    int
     
    void
    setResetValues(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 PartialViewContext.isResetValues().
     

    Methods inherited from class java.lang.Object

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

    • Partial

      public Partial()
  • Method Details

    • getResetValues

      public 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 PartialViewContext.isResetValues().
      Since:
      2.2
    • setResetValues

      public void setResetValues(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 PartialViewContext.isResetValues().
      Since:
      2.2
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object