Class JavaxFaces2_3Properties

    • Constructor Detail

      • JavaxFaces2_3Properties

        public JavaxFaces2_3Properties()
    • Method Detail

      • getEnableWebsocketEndpoint

        public Boolean getEnableWebsocketEndpoint()
        The boolean context parameter name to explicitly enable web socket endpoint during startup.
      • getWebsocketEndpointPort

        public Integer getWebsocketEndpointPort()
        The integer context parameter name to specify the websocket endpoint port when it's different from HTTP port.
      • getDisableFacesservletToXhtml

        public 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.

      • getViewrootPhaseListenerQueuesExceptions

        public Boolean getViewrootPhaseListenerQueuesExceptions()
        If this param is set, and calling toLowerCase().equals("true") on a String representation of its value returns true, exceptions thrown by PhaseListeners installed on the UIViewRoot are queued to the ExceptionHandler instead of being logged and swallowed.
        Since:
        2.3
      • setEnableWebsocketEndpoint

        public void setEnableWebsocketEndpoint​(Boolean enableWebsocketEndpoint)
        The boolean context parameter name to explicitly enable web socket endpoint during startup.
      • setWebsocketEndpointPort

        public void setWebsocketEndpointPort​(Integer websocketEndpointPort)
        The integer context parameter name to specify the websocket endpoint port when it's different from HTTP port.
      • setDisableFacesservletToXhtml

        public void setDisableFacesservletToXhtml​(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.

      • setViewrootPhaseListenerQueuesExceptions

        public void setViewrootPhaseListenerQueuesExceptions​(Boolean viewrootPhaseListenerQueuesExceptions)
        If this param is set, and calling toLowerCase().equals("true") on a String representation of its value returns true, exceptions thrown by PhaseListeners installed on the UIViewRoot are queued to the ExceptionHandler instead of being logged and swallowed.
        Since:
        2.3
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object