Class Primefaces6_0Properties
java.lang.Object
org.joinfaces.autoconfigure.primefaces.Primefaces6_0Properties
- All Implemented Interfaces:
 ServletContextInitParameterProperties
@ConfigurationProperties("joinfaces.primefaces")
public class Primefaces6_0Properties
extends Object
implements ServletContextInitParameterProperties
Configuration properties for Primefaces 6+.
 Values taken from https://www.primefaces.org/docs/guide/primefaces_user_guide_6_0.pdf page 13.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()voidsetEarlyPostParamEvaluation(Boolean earlyPostParamEvaluation) voidsetInterpolateClientSideValidationMessages(Boolean interpolateClientSideValidationMessages) toString() 
- 
Constructor Details
- 
Primefaces6_0Properties
public Primefaces6_0Properties() 
 - 
 - 
Method Details
- 
getEarlyPostParamEvaluation
 - 
getInterpolateClientSideValidationMessages
 - 
setEarlyPostParamEvaluation
 - 
setInterpolateClientSideValidationMessages
public void setInterpolateClientSideValidationMessages(Boolean interpolateClientSideValidationMessages)  - 
equals
 - 
canEqual
 - 
hashCode
public int hashCode() - 
toString
 
 -