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 Details

    • Primefaces8_0Properties

      public Primefaces8_0Properties()
  • Method Details

    • getCsp

      public Boolean getCsp()
    • getCspPolicy

      public String getCspPolicy()
    • setCsp

      public void setCsp(Boolean csp)
    • setCspPolicy

      public void setCspPolicy(String cspPolicy)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object