Klasse JakartaFaces4Properties
java.lang.Object
org.joinfaces.autoconfigure.faces.JakartaFaces4Properties
- Alle implementierten Schnittstellen:
ServletContextInitParameterProperties
@ConfigurationProperties("joinfaces.faces")
public class JakartaFaces4Properties
extends Object
implements ServletContextInitParameterProperties
Configuration Properties for Jakarta Faces 4.
- Siehe auch:
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected boolean
boolean
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.Indicate the max number of ClientWindows, which is used by ClientWindowScoped.int
hashCode()
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.void
setNumberOfClientWindows
(Integer numberOfClientWindows) Indicate the max number of ClientWindows, which is used by ClientWindowScoped.toString()
-
Konstruktordetails
-
JakartaFaces4Properties
public JakartaFaces4Properties()
-
-
Methodendetails
-
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.- Siehe auch:
-
getNumberOfClientWindows
Indicate the max number of ClientWindows, which is used by ClientWindowScoped. It is only active when jakarta.faces.CLIENT_WINDOW_MODE is enabled.- Siehe auch:
-
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.- Siehe auch:
-
setNumberOfClientWindows
Indicate the max number of ClientWindows, which is used by ClientWindowScoped. It is only active when jakarta.faces.CLIENT_WINDOW_MODE is enabled.- Siehe auch:
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-