@ConfigurationProperties(prefix="jsf") public class JavaxFaces2_3Properties extends java.lang.Object implements ServletContextInitParameterProperties
Configuration properties
for JSF 2.3.
JavaxFaces standard properties.
Taken from
https://javaee.github.io/javaee-spec/javadocs/constant-values.html#javax.faces
and com.sun.faces.config.WebConfiguration classConstructor and Description |
---|
JavaxFaces2_3Properties() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.Boolean |
getAlwaysPerformValidationWhenRequiredIsTrue()
If this param is set, and calling toLowerCase().equals("true") on a String representation of its value returns true, validation must be performed, even when there is no corresponding value for this component in the incoming request. |
java.lang.Boolean |
getDisableFacesservletToXhtml()
The |
java.lang.Boolean |
getEnableValidateWholeBean()
If this param is set, and calling
toLowerCase().equals("true") on a
String representation of its value returns |
java.lang.Boolean |
getEnableWebsocketEndpoint()
The boolean context parameter name to explicitly enable web socket endpoint during startup.
|
java.lang.Boolean |
getViewrootPhaseListenerQueuesExceptions()
If this param is set, and calling
toLowerCase().equals("true") on a
String representation of its value returns true, exceptions thrown
by |
java.lang.Integer |
getWebsocketEndpointPort()
The integer context parameter name to specify the websocket endpoint port when it's different from HTTP port.
|
int |
hashCode() |
void |
setAlwaysPerformValidationWhenRequiredIsTrue(java.lang.Boolean alwaysPerformValidationWhenRequiredIsTrue)
If this param is set, and calling toLowerCase().equals("true") on a String representation of its value returns true, validation must be performed, even when there is no corresponding value for this component in the incoming request. |
void |
setDisableFacesservletToXhtml(java.lang.Boolean disableFacesservletToXhtml)
The |
void |
setEnableValidateWholeBean(java.lang.Boolean enableValidateWholeBean)
If this param is set, and calling
toLowerCase().equals("true") on a
String representation of its value returns |
void |
setEnableWebsocketEndpoint(java.lang.Boolean enableWebsocketEndpoint)
The boolean context parameter name to explicitly enable web socket endpoint during startup.
|
void |
setViewrootPhaseListenerQueuesExceptions(java.lang.Boolean viewrootPhaseListenerQueuesExceptions)
If this param is set, and calling
toLowerCase().equals("true") on a
String representation of its value returns true, exceptions thrown
by |
void |
setWebsocketEndpointPort(java.lang.Integer websocketEndpointPort)
The integer context parameter name to specify the websocket endpoint port when it's different from HTTP port.
|
java.lang.String |
toString() |
public java.lang.Boolean getAlwaysPerformValidationWhenRequiredIsTrue()
If this param is set, and calling
toLowerCase().equals("true") on a
String representation of its value returns true, validation
must be performed, even when there is no corresponding value for this
component in the incoming request. See #validate
.
public java.lang.Boolean getEnableWebsocketEndpoint()
public java.lang.Integer getWebsocketEndpointPort()
public java.lang.Boolean getDisableFacesservletToXhtml()
The ServletContext
init
parameter consulted by the runtime to tell if the automatic mapping
of the FacesServlet
to the extension *.xhtml
should be disabled. The implementation must disable this automatic
mapping if and only if the value of this parameter is equal, ignoring
case, to true
.
If this parameter is not specified, this automatic mapping is enabled as specified above.
public java.lang.Boolean getViewrootPhaseListenerQueuesExceptions()
If this param is set, and calling
toLowerCase().equals("true") on a
String representation of its value returns true, exceptions thrown
by PhaseListener
s installed on the UIViewRoot
are
queued to the ExceptionHandler
instead of
being logged and swallowed.
public java.lang.Boolean getEnableValidateWholeBean()
If this param is set, and calling
toLowerCase().equals("true") on a
String representation of its value returns true
take
the additional actions relating to <validateWholeBean />
specified in #validate
.
public void setAlwaysPerformValidationWhenRequiredIsTrue(java.lang.Boolean alwaysPerformValidationWhenRequiredIsTrue)
If this param is set, and calling
toLowerCase().equals("true") on a
String representation of its value returns true, validation
must be performed, even when there is no corresponding value for this
component in the incoming request. See #validate
.
public void setEnableWebsocketEndpoint(java.lang.Boolean enableWebsocketEndpoint)
public void setWebsocketEndpointPort(java.lang.Integer websocketEndpointPort)
public void setDisableFacesservletToXhtml(java.lang.Boolean disableFacesservletToXhtml)
The ServletContext
init
parameter consulted by the runtime to tell if the automatic mapping
of the FacesServlet
to the extension *.xhtml
should be disabled. The implementation must disable this automatic
mapping if and only if the value of this parameter is equal, ignoring
case, to true
.
If this parameter is not specified, this automatic mapping is enabled as specified above.
public void setViewrootPhaseListenerQueuesExceptions(java.lang.Boolean viewrootPhaseListenerQueuesExceptions)
If this param is set, and calling
toLowerCase().equals("true") on a
String representation of its value returns true, exceptions thrown
by PhaseListener
s installed on the UIViewRoot
are
queued to the ExceptionHandler
instead of
being logged and swallowed.
public void setEnableValidateWholeBean(java.lang.Boolean enableValidateWholeBean)
If this param is set, and calling
toLowerCase().equals("true") on a
String representation of its value returns true
take
the additional actions relating to <validateWholeBean />
specified in #validate
.
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
protected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object