Class Primefaces4_0Properties

java.lang.Object
org.joinfaces.autoconfigure.primefaces.Primefaces4_0Properties
All Implemented Interfaces:
ServletContextInitParameterProperties

@ConfigurationProperties("joinfaces.primefaces") public class Primefaces4_0Properties extends Object implements ServletContextInitParameterProperties
Configuration properties for Primefaces 4.0. Values taken from https://www.primefaces.org/docs/guide/primefaces_user_guide_4_0.pdf page 15, 56.
  • Constructor Details

    • Primefaces4_0Properties

      public Primefaces4_0Properties()
  • Method Details

    • getTheme

      public String getTheme()
      Theme of the application.
    • getPushServerUrl

      public String getPushServerUrl()
      Custom server url for PrimeFaces Push.
    • getSubmit

      public String getSubmit()
      Defines ajax submit mode, full or partial.
    • getDir

      public String getDir()
      Defines orientation, ltr or rtl.
    • getResetValues

      public Boolean getResetValues()
      When enabled, ajax updated inputs are reset first.
    • getSecret

      public String getSecret()
      Secret key to encrypt-decrypt value expressions exposed in rendering StreamedContents.
    • getClientSideValidation

      public Boolean getClientSideValidation()
      Controls client side validatation.
    • getUploader

      public String getUploader()
      Defines uploader mode; auto, native or commons.
    • getPrivateCaptchaKey

      public String getPrivateCaptchaKey()
      Private reCaptcha key.
    • getPublicCaptchaKey

      public String getPublicCaptchaKey()
      Public reCaptcha key.
    • setTheme

      public void setTheme(String theme)
      Theme of the application.
    • setPushServerUrl

      public void setPushServerUrl(String pushServerUrl)
      Custom server url for PrimeFaces Push.
    • setSubmit

      public void setSubmit(String submit)
      Defines ajax submit mode, full or partial.
    • setDir

      public void setDir(String dir)
      Defines orientation, ltr or rtl.
    • setResetValues

      public void setResetValues(Boolean resetValues)
      When enabled, ajax updated inputs are reset first.
    • setSecret

      public void setSecret(String secret)
      Secret key to encrypt-decrypt value expressions exposed in rendering StreamedContents.
    • setClientSideValidation

      public void setClientSideValidation(Boolean clientSideValidation)
      Controls client side validatation.
    • setUploader

      public void setUploader(String uploader)
      Defines uploader mode; auto, native or commons.
    • setPrivateCaptchaKey

      public void setPrivateCaptchaKey(String privateCaptchaKey)
      Private reCaptcha key.
    • setPublicCaptchaKey

      public void setPublicCaptchaKey(String publicCaptchaKey)
      Public reCaptcha key.
    • 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