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.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe 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.Indicate the max number of ClientWindows, which is used by ClientWindowScoped.inthashCode()voidsetAutomaticExtensionlessMapping(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.voidsetNumberOfClientWindows(Integer numberOfClientWindows) Indicate the max number of ClientWindows, which is used by ClientWindowScoped.toString() 
- 
Constructor Details
- 
JakartaFaces4Properties
public JakartaFaces4Properties() 
 - 
 - 
Method Details
- 
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. - 
getNumberOfClientWindows
Indicate the max number of ClientWindows, which is used by ClientWindowScoped. It is only active when jakarta.faces.CLIENT_WINDOW_MODE is enabled. - 
setAutomaticExtensionlessMapping
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. - 
setNumberOfClientWindows
Indicate the max number of ClientWindows, which is used by ClientWindowScoped. It is only active when jakarta.faces.CLIENT_WINDOW_MODE is enabled. - 
equals
 - 
canEqual
 - 
hashCode
public int hashCode() - 
toString
 
 -