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 SummaryConstructors Constructor Description Partial()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)BooleangetResetValues()If the request parameter named by the value of this constant has a parameter value oftrue, the implementation must returntruefromPartialViewContext.isResetValues().inthashCode()voidsetResetValues(Boolean resetValues)If the request parameter named by the value of this constant has a parameter value oftrue, the implementation must returntruefromPartialViewContext.isResetValues().StringtoString()
 
- 
- 
- 
Method Detail- 
getResetValuespublic Boolean getResetValues() If the request parameter named by the value of this constant has a parameter value oftrue, the implementation must returntruefromPartialViewContext.isResetValues().- Since:
- 2.2
 
 - 
setResetValuespublic void setResetValues(Boolean resetValues) If the request parameter named by the value of this constant has a parameter value oftrue, the implementation must returntruefromPartialViewContext.isResetValues().- Since:
- 2.2
 
 - 
canEqualprotected boolean canEqual(Object other) 
 
- 
 
-