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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Controls 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.Defines uploader mode; auto, native or commons.int
hashCode()
void
setClientSideValidation
(Boolean clientSideValidation) Controls client side validatation.void
Defines orientation, ltr or rtl.void
setPrivateCaptchaKey
(String privateCaptchaKey) Private reCaptcha key.void
setPublicCaptchaKey
(String publicCaptchaKey) Public reCaptcha key.void
setPushServerUrl
(String pushServerUrl) Custom server url for PrimeFaces Push.void
setResetValues
(Boolean resetValues) When enabled, ajax updated inputs are reset first.void
Secret key to encrypt-decrypt value expressions exposed in rendering StreamedContents.void
Defines ajax submit mode, full or partial.void
Theme of the application.void
setUploader
(String uploader) Defines uploader mode; auto, native or commons.toString()
-
Constructor Details
-
Primefaces4_0Properties
public Primefaces4_0Properties()
-
-
Method Details
-
getTheme
Theme of the application. -
getPushServerUrl
Custom server url for PrimeFaces Push. -
getSubmit
Defines ajax submit mode, full or partial. -
getDir
Defines orientation, ltr or rtl. -
getResetValues
When enabled, ajax updated inputs are reset first. -
getSecret
Secret key to encrypt-decrypt value expressions exposed in rendering StreamedContents. -
getClientSideValidation
Controls client side validatation. -
getUploader
Defines uploader mode; auto, native or commons. -
getPrivateCaptchaKey
Private reCaptcha key. -
getPublicCaptchaKey
Public reCaptcha key. -
setTheme
Theme of the application. -
setPushServerUrl
Custom server url for PrimeFaces Push. -
setSubmit
Defines ajax submit mode, full or partial. -
setDir
Defines orientation, ltr or rtl. -
setResetValues
When enabled, ajax updated inputs are reset first. -
setSecret
Secret key to encrypt-decrypt value expressions exposed in rendering StreamedContents. -
setClientSideValidation
Controls client side validatation. -
setUploader
Defines uploader mode; auto, native or commons. -
setPrivateCaptchaKey
Private reCaptcha key. -
setPublicCaptchaKey
Public reCaptcha key. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-