Class JakartaFaces4Properties

java.lang.Object
org.joinfaces.autoconfigure.faces.JakartaFaces4Properties
All Implemented Interfaces:
ServletContextInitParameterProperties

@ConfigurationProperties("joinfaces.faces") public class JakartaFaces4Properties extends Object implements ServletContextInitParameterProperties
Configuration Properties for Jakarta Faces 4.
See Also:
  • Constructor Details

    • JakartaFaces4Properties

      public JakartaFaces4Properties()
  • Method Details

    • getAutomaticExtensionlessMapping

      public Boolean getAutomaticExtensionlessMapping()
      The ServletContext init parameter consulted by the runtime to tell if the automatic mapping of the FacesServlet to the extensionless variant (without *.xhtml) should be enabled. The implementation must enable this automatic mapping if and only if the value of this parameter is equal, ignoring case, to true.
      See Also:
    • getNumberOfClientWindows

      public Integer getNumberOfClientWindows()
      Indicate the max number of ClientWindows, which is used by ClientWindowScoped. It is only active when jakarta.faces.CLIENT_WINDOW_MODE is enabled.
      See Also:
    • setAutomaticExtensionlessMapping

      public void setAutomaticExtensionlessMapping(Boolean automaticExtensionlessMapping)
      The ServletContext init parameter consulted by the runtime to tell if the automatic mapping of the FacesServlet to the extensionless variant (without *.xhtml) should be enabled. The implementation must enable this automatic mapping if and only if the value of this parameter is equal, ignoring case, to true.
      See Also:
    • setNumberOfClientWindows

      public void setNumberOfClientWindows(Integer numberOfClientWindows)
      Indicate the max number of ClientWindows, which is used by ClientWindowScoped. It is only active when jakarta.faces.CLIENT_WINDOW_MODE is enabled.
      See Also:
    • 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