@ConfigurationProperties(value="jsf.primefaces") public class Primefaces6_0Properties extends java.lang.Object implements ServletContextInitParameterProperties
| Constructor and Description |
|---|
Primefaces6_0Properties() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
boolean |
isEarlyPostParamEvaluation() |
boolean |
isInterpolateClientSideValidationMessages() |
void |
setEarlyPostParamEvaluation(boolean earlyPostParamEvaluation) |
void |
setInterpolateClientSideValidationMessages(boolean interpolateClientSideValidationMessages) |
java.lang.String |
toString() |
public boolean isEarlyPostParamEvaluation()
public boolean isInterpolateClientSideValidationMessages()
public void setEarlyPostParamEvaluation(boolean earlyPostParamEvaluation)
public void setInterpolateClientSideValidationMessages(boolean interpolateClientSideValidationMessages)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object