Class MyFaces2_3Properties

    • Constructor Detail

      • MyFaces2_3Properties

        public MyFaces2_3Properties()
    • Method Detail

      • getSupportManagedBeans

        public Boolean getSupportManagedBeans()
        If set false, myfaces won't support ManagedBeans anymore. ManagedBeans are deprecated in JSF 2.3 Default value is true.
        See Also:
        MyfacesConfig._supportManagedBeans, MyfacesConfig.INIT_PARAM_SUPPORT_MANAGED_BEANS
      • getClearInputWhenSubmittedValueIsNullOrEmpty

        public Boolean getClearInputWhenSubmittedValueIsNullOrEmpty()
        When CLEAR_INPUT_WHEN_SUBMITTED_VALUE_IS_NULL_OR_EMPTY is enabled, input fields will be cleared when null or empty values are submitted. When disabled, and INTERPRET_EMPTY_STRING_SUBMITTED_VALUES_AS_NULL is enabled, submitting null or empty values will cause the previous model value to be restored to the input field.
      • getJspSuffix

        public String getJspSuffix()
      • setSupportManagedBeans

        public void setSupportManagedBeans​(Boolean supportManagedBeans)
        If set false, myfaces won't support ManagedBeans anymore. ManagedBeans are deprecated in JSF 2.3 Default value is true.
        See Also:
        MyfacesConfig._supportManagedBeans, MyfacesConfig.INIT_PARAM_SUPPORT_MANAGED_BEANS
      • setClearInputWhenSubmittedValueIsNullOrEmpty

        public void setClearInputWhenSubmittedValueIsNullOrEmpty​(Boolean clearInputWhenSubmittedValueIsNullOrEmpty)
        When CLEAR_INPUT_WHEN_SUBMITTED_VALUE_IS_NULL_OR_EMPTY is enabled, input fields will be cleared when null or empty values are submitted. When disabled, and INTERPRET_EMPTY_STRING_SUBMITTED_VALUES_AS_NULL is enabled, submitting null or empty values will cause the previous model value to be restored to the input field.
      • setJspSuffix

        public void setJspSuffix​(String jspSuffix)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object