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 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 boolean
canEqual(Object other)
boolean
equals(Object o)
Boolean
getEarlyPostParamEvaluation()
Boolean
getInterpolateClientSideValidationMessages()
int
hashCode()
void
setEarlyPostParamEvaluation(Boolean earlyPostParamEvaluation)
void
setInterpolateClientSideValidationMessages(Boolean interpolateClientSideValidationMessages)
String
toString()
-
-
-
Method Detail
-
getEarlyPostParamEvaluation
public Boolean getEarlyPostParamEvaluation()
-
getInterpolateClientSideValidationMessages
public Boolean getInterpolateClientSideValidationMessages()
-
setEarlyPostParamEvaluation
public void setEarlyPostParamEvaluation(Boolean earlyPostParamEvaluation)
-
setInterpolateClientSideValidationMessages
public void setInterpolateClientSideValidationMessages(Boolean interpolateClientSideValidationMessages)
-
canEqual
protected boolean canEqual(Object other)
-
-