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 ServletContextInitParameterPropertiesConfiguration 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 booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.BooleangetMoveScriptsToBottom()inthashCode()voidsetMoveScriptsToBottom(java.lang.Boolean moveScriptsToBottom)java.lang.StringtoString() 
 - 
 
- 
- 
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:
 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
 
 - 
 
 -