Class Primefaces6_0Properties
- java.lang.Object
 - 
- org.joinfaces.autoconfigure.primefaces.Primefaces6_0Properties
 
 
- 
- All Implemented Interfaces:
 ServletContextInitParameterProperties
@ConfigurationProperties("joinfaces.primefaces") public class Primefaces6_0Properties extends java.lang.Object implements ServletContextInitParameterPropertiesConfiguration properties for Primefaces 6+. Values taken from http://www.primefaces.org/docs/guide/primefaces_user_guide_6_0.pdf page 13. 
- 
- 
Constructor Summary
Constructors Constructor Description Primefaces6_0Properties() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.BooleangetEarlyPostParamEvaluation()java.lang.BooleangetInterpolateClientSideValidationMessages()inthashCode()voidsetEarlyPostParamEvaluation(java.lang.Boolean earlyPostParamEvaluation)voidsetInterpolateClientSideValidationMessages(java.lang.Boolean interpolateClientSideValidationMessages)java.lang.StringtoString() 
 - 
 
- 
- 
Method Detail
- 
getEarlyPostParamEvaluation
public java.lang.Boolean getEarlyPostParamEvaluation()
 
- 
getInterpolateClientSideValidationMessages
public java.lang.Boolean getInterpolateClientSideValidationMessages()
 
- 
setEarlyPostParamEvaluation
public void setEarlyPostParamEvaluation(java.lang.Boolean earlyPostParamEvaluation)
 
- 
setInterpolateClientSideValidationMessages
public void setInterpolateClientSideValidationMessages(java.lang.Boolean interpolateClientSideValidationMessages)
 
- 
equals
public boolean equals(java.lang.Object o)
- Overrides:
 equalsin classjava.lang.Object
 
- 
canEqual
protected boolean canEqual(java.lang.Object other)
 
- 
hashCode
public int hashCode()
- Overrides:
 hashCodein classjava.lang.Object
 
- 
toString
public java.lang.String toString()
- Overrides:
 toStringin classjava.lang.Object
 
 - 
 
 -