Klasse MyFaces2_3Properties
java.lang.Object
org.joinfaces.autoconfigure.myfaces.MyFaces2_3Properties
- Alle implementierten Schnittstellen:
ServletContextInitParameterProperties
@ConfigurationProperties("joinfaces.myfaces")
public class MyFaces2_3Properties
extends Object
implements ServletContextInitParameterProperties
Configuration Properties added with MyFaces 2.3.
Taken from: https://myfaces.apache.org/core23/myfaces-impl/webconfig.html
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected boolean
boolean
This parameter enables automatic extensionless mapping for all JSF views.When CLEAR_INPUT_WHEN_SUBMITTED_VALUE_IS_NULL_OR_EMPTY is enabled, input fields will be cleared when null or empty values are submitted.Veraltet.Removed in MyFaces 4.Veraltet.Removed in MyFaces 4.int
hashCode()
void
setAutomaticExtensionlessMapping
(Boolean automaticExtensionlessMapping) This parameter enables automatic extensionless mapping for all JSF views.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.void
setJspSuffix
(String jspSuffix) Veraltet.Removed in MyFaces 4.void
setSupportManagedBeans
(Boolean supportManagedBeans) Veraltet.Removed in MyFaces 4.toString()
-
Konstruktordetails
-
MyFaces2_3Properties
public MyFaces2_3Properties()
-
-
Methodendetails
-
getSupportManagedBeans
Veraltet.Removed in MyFaces 4.If set false, myfaces won't support ManagedBeans anymore. ManagedBeans are deprecated in JSF 2.3 Default value is true. -
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
Veraltet.Removed in MyFaces 4.JSP Suffix. -
getAutomaticExtensionlessMapping
This parameter enables automatic extensionless mapping for all JSF views. -
setSupportManagedBeans
Veraltet.Removed in MyFaces 4.If set false, myfaces won't support ManagedBeans anymore. ManagedBeans are deprecated in JSF 2.3 Default value is true. -
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
Veraltet.Removed in MyFaces 4.JSP Suffix. -
setAutomaticExtensionlessMapping
This parameter enables automatic extensionless mapping for all JSF views. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-