Class Primefaces5_1Properties
java.lang.Object
org.joinfaces.autoconfigure.primefaces.Primefaces5_1Properties
- All Implemented Interfaces:
- ServletContextInitParameterProperties
@ConfigurationProperties("joinfaces.primefaces")
public class Primefaces5_1Properties
extends Object
implements ServletContextInitParameterProperties
Configuration properties for Primefaces 5.1.
 Values taken from https://www.primefaces.org/docs/guide/primefaces_user_guide_5_1.pdf page 13.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleanEnables window scope so that widgets can be accessed using widgetVar.method() in addition to default PF namespace approach like PF('widgetVar').method().inthashCode()voidsetLegacyWidgetNamespace(Boolean legacyWidgetNamespace) Enables window scope so that widgets can be accessed using widgetVar.method() in addition to default PF namespace approach like PF('widgetVar').method().toString()
- 
Constructor Details- 
Primefaces5_1Propertiespublic Primefaces5_1Properties()
 
- 
- 
Method Details- 
getLegacyWidgetNamespaceEnables window scope so that widgets can be accessed using widgetVar.method() in addition to default PF namespace approach like PF('widgetVar').method().
- 
setLegacyWidgetNamespaceEnables window scope so that widgets can be accessed using widgetVar.method() in addition to default PF namespace approach like PF('widgetVar').method().
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
- 
toString
 
-