Class Primefaces5_1Properties
- java.lang.Object
 - 
- org.joinfaces.autoconfigure.primefaces.Primefaces5_1Properties
 
 
- 
- All Implemented Interfaces:
 ServletContextInitParameterProperties
@ConfigurationProperties("joinfaces.primefaces") public class Primefaces5_1Properties extends java.lang.Object implements ServletContextInitParameterPropertiesConfiguration properties for Primefaces 5.1. Values taken from https://www.primefaces.org/docs/guide/primefaces_user_guide_5_1.pdf page 13. 
- 
- 
Constructor Summary
Constructors Constructor Description Primefaces5_1Properties() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.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(java.lang.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().java.lang.StringtoString() 
 - 
 
- 
- 
Method Detail
- 
getLegacyWidgetNamespace
public java.lang.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(java.lang.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(). 
- 
equals
public boolean equals(java.lang.Object o)
- Overrides:
 equalsin classjava.lang.Object
 
- 
canEqual
protected boolean canEqual(java.lang.Object other)
 
- 
hashCode
public int hashCode()
- Overrides:
 hashCodein classjava.lang.Object
 
- 
toString
public java.lang.String toString()
- Overrides:
 toStringin classjava.lang.Object
 
 - 
 
 -