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 Summary
Constructors Constructor Description Primefaces8_0Properties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
Boolean
getCsp()
String
getCspPolicy()
int
hashCode()
void
setCsp(Boolean csp)
void
setCspPolicy(String cspPolicy)
String
toString()
-