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
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleanControls client side validatation.getDir()Defines orientation, ltr or rtl.Private reCaptcha key.Public reCaptcha key.Custom server url for PrimeFaces Push.When enabled, ajax updated inputs are reset first.Secret key to encrypt-decrypt value expressions exposed in rendering StreamedContents.Defines ajax submit mode, full or partial.getTheme()Theme of the application.Deprecated.inthashCode()voidsetClientSideValidation(Boolean clientSideValidation) Controls client side validatation.voidDefines 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.voidSecret key to encrypt-decrypt value expressions exposed in rendering StreamedContents.voidDefines ajax submit mode, full or partial.voidTheme of the application.voidsetUploader(String uploader) Deprecated.toString()
- 
Constructor Details- 
Primefaces4_0Propertiespublic Primefaces4_0Properties()
 
- 
- 
Method Details- 
getThemeTheme of the application.
- 
getPushServerUrlCustom server url for PrimeFaces Push.
- 
getSubmitDefines ajax submit mode, full or partial.
- 
getDirDefines orientation, ltr or rtl.
- 
getResetValuesWhen enabled, ajax updated inputs are reset first.
- 
getSecretSecret key to encrypt-decrypt value expressions exposed in rendering StreamedContents.
- 
getClientSideValidationControls client side validatation.
- 
getUploaderDeprecated.Defines uploader mode; auto, native or commons.
- 
getPrivateCaptchaKeyPrivate reCaptcha key.
- 
getPublicCaptchaKeyPublic reCaptcha key.
- 
setThemeTheme of the application.
- 
setPushServerUrlCustom server url for PrimeFaces Push.
- 
setSubmitDefines ajax submit mode, full or partial.
- 
setDirDefines orientation, ltr or rtl.
- 
setResetValuesWhen enabled, ajax updated inputs are reset first.
- 
setSecretSecret key to encrypt-decrypt value expressions exposed in rendering StreamedContents.
- 
setClientSideValidationControls client side validatation.
- 
setUploaderDeprecated.Defines uploader mode; auto, native or commons.
- 
setPrivateCaptchaKeyPrivate reCaptcha key.
- 
setPublicCaptchaKeyPublic reCaptcha key.
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
- 
toString
 
-