Class Primefaces6_2Properties
- java.lang.Object
-
- org.joinfaces.autoconfigure.primefaces.Primefaces6_2Properties
-
- All Implemented Interfaces:
ServletContextInitParameterProperties
@ConfigurationProperties("joinfaces.primefaces") public class Primefaces6_2Properties extends java.lang.Object implements ServletContextInitParameterProperties
Configuration properties for Primefaces 6.2+. Values taken from https://www.primefaces.org/docs/guide/primefaces_user_guide_6_2.pdf page 13.
-
-
Constructor Summary
Constructors Constructor Description Primefaces6_2Properties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(java.lang.Object other)
boolean
equals(java.lang.Object o)
java.lang.Boolean
getMoveScriptsToBottom()
int
hashCode()
void
setMoveScriptsToBottom(java.lang.Boolean moveScriptsToBottom)
java.lang.String
toString()
-
-
-
Method Detail
-
getMoveScriptsToBottom
public java.lang.Boolean getMoveScriptsToBottom()
-
setMoveScriptsToBottom
public void setMoveScriptsToBottom(java.lang.Boolean moveScriptsToBottom)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-