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 Details

    • Primefaces6_0Properties

      public Primefaces6_0Properties()
  • Method Details

    • getEarlyPostParamEvaluation

      public Boolean getEarlyPostParamEvaluation()
    • getInterpolateClientSideValidationMessages

      public Boolean getInterpolateClientSideValidationMessages()
    • setEarlyPostParamEvaluation

      public void setEarlyPostParamEvaluation(Boolean earlyPostParamEvaluation)
    • setInterpolateClientSideValidationMessages

      public void setInterpolateClientSideValidationMessages(Boolean interpolateClientSideValidationMessages)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object