@ConfigurationProperties(value="jsf.primefaces") public class Primefaces5_1Properties extends java.lang.Object implements ServletContextInitParameterProperties
| Constructor and Description |
|---|
Primefaces5_1Properties() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
boolean |
isLegacyWidgetNamespace()
Enables window scope so that widgets can be accessed using widgetVar.method() in addition to default PF namespace approach like PF('widgetVar').method().
|
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().
|
java.lang.String |
toString() |
public boolean isLegacyWidgetNamespace()
public void setLegacyWidgetNamespace(boolean legacyWidgetNamespace)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectprotected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object