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 ServletContextInitParameterPropertiesConfiguration properties for Primefaces 5.1. Values taken from http://www.primefaces.org/docs/guide/primefaces_user_guide_5_1.pdf page 13.
-
-
Constructor Summary
Constructors Constructor Description Primefaces5_1Properties()
-
Method Summary
Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)BooleangetLegacyWidgetNamespace()Enables 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().StringtoString()
-
-
-
Method Detail
-
getLegacyWidgetNamespace
public Boolean getLegacyWidgetNamespace()
Enables window scope so that widgets can be accessed using widgetVar.method() in addition to default PF namespace approach like PF('widgetVar').method().
-
setLegacyWidgetNamespace
public void setLegacyWidgetNamespace(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().
-
canEqual
protected boolean canEqual(Object other)
-
-