Class Primefaces8_0Properties
- java.lang.Object
- 
- org.joinfaces.autoconfigure.primefaces.Primefaces8_0Properties
 
- 
- All Implemented Interfaces:
- ServletContextInitParameterProperties
 
 @ConfigurationProperties("joinfaces.primefaces") public class Primefaces8_0Properties extends Object implements ServletContextInitParameterProperties Configuration properties for Primefaces 8.0+. Values taken from https://primefaces.github.io/primefaces/8_0/#/core/contentsecuritypolicy.
- 
- 
Constructor SummaryConstructors Constructor Description Primefaces8_0Properties()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)BooleangetCsp()StringgetCspPolicy()inthashCode()voidsetCsp(Boolean csp)voidsetCspPolicy(String cspPolicy)StringtoString()
 
-