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 SummaryConstructors Constructor Description Primefaces4_0Properties()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)BooleangetClientSideValidation()Controls client side validatation.StringgetDir()Defines orientation, ltr or rtl.StringgetPrivateCaptchaKey()Private reCaptcha key.StringgetPublicCaptchaKey()Public reCaptcha key.StringgetPushServerUrl()Custom server url for PrimeFaces Push.BooleangetResetValues()When enabled, ajax updated inputs are reset first.StringgetSecret()Secret key to encrypt-decrypt value expressions exposed in rendering StreamedContents.StringgetSubmit()Defines ajax submit mode, full or partial.StringgetTheme()Theme of the application.StringgetUploader()Defines uploader mode; auto, native or commons.inthashCode()voidsetClientSideValidation(Boolean clientSideValidation)Controls client side validatation.voidsetDir(String dir)Defines orientation, ltr or rtl.voidsetPrivateCaptchaKey(String privateCaptchaKey)Private reCaptcha key.voidsetPublicCaptchaKey(String publicCaptchaKey)Public reCaptcha key.voidsetPushServerUrl(String pushServerUrl)Custom server url for PrimeFaces Push.voidsetResetValues(Boolean resetValues)When enabled, ajax updated inputs are reset first.voidsetSecret(String secret)Secret key to encrypt-decrypt value expressions exposed in rendering StreamedContents.voidsetSubmit(String submit)Defines ajax submit mode, full or partial.voidsetTheme(String theme)Theme of the application.voidsetUploader(String uploader)Defines uploader mode; auto, native or commons.StringtoString()
 
- 
- 
- 
Method Detail- 
getThemepublic String getTheme() Theme of the application.
 - 
getPushServerUrlpublic String getPushServerUrl() Custom server url for PrimeFaces Push.
 - 
getSubmitpublic String getSubmit() Defines ajax submit mode, full or partial.
 - 
getDirpublic String getDir() Defines orientation, ltr or rtl.
 - 
getResetValuespublic Boolean getResetValues() When enabled, ajax updated inputs are reset first.
 - 
getSecretpublic String getSecret() Secret key to encrypt-decrypt value expressions exposed in rendering StreamedContents.
 - 
getClientSideValidationpublic Boolean getClientSideValidation() Controls client side validatation.
 - 
getUploaderpublic String getUploader() Defines uploader mode; auto, native or commons.
 - 
getPrivateCaptchaKeypublic String getPrivateCaptchaKey() Private reCaptcha key.
 - 
getPublicCaptchaKeypublic String getPublicCaptchaKey() Public reCaptcha key.
 - 
setThemepublic void setTheme(String theme) Theme of the application.
 - 
setPushServerUrlpublic void setPushServerUrl(String pushServerUrl) Custom server url for PrimeFaces Push.
 - 
setSubmitpublic void setSubmit(String submit) Defines ajax submit mode, full or partial.
 - 
setDirpublic void setDir(String dir) Defines orientation, ltr or rtl.
 - 
setResetValuespublic void setResetValues(Boolean resetValues) When enabled, ajax updated inputs are reset first.
 - 
setSecretpublic void setSecret(String secret) Secret key to encrypt-decrypt value expressions exposed in rendering StreamedContents.
 - 
setClientSideValidationpublic void setClientSideValidation(Boolean clientSideValidation) Controls client side validatation.
 - 
setUploaderpublic void setUploader(String uploader) Defines uploader mode; auto, native or commons.
 - 
setPrivateCaptchaKeypublic void setPrivateCaptchaKey(String privateCaptchaKey) Private reCaptcha key.
 - 
setPublicCaptchaKeypublic void setPublicCaptchaKey(String publicCaptchaKey) Public reCaptcha key.
 - 
canEqualprotected boolean canEqual(Object other) 
 
- 
 
-