Class BinderConfiguration.Binding
java.lang.Object
org.springframework.webflow.engine.builder.BinderConfiguration.Binding
- Enclosing class:
- BinderConfiguration
A binding that provides the information needed to connect an element of the view to a property of the model.
- Author:
- Keith Donald
-
Constructor Details
-
Binding
Creates a new view binding- Parameters:
property
- the model property to bind toconverter
- the id of a custom converter to apply type conversion during bindingrequired
- whether this binding is required
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
getProperty
The name of the bound property.- Returns:
- the property
-
getConverter
The id of the custom converter to use to convert bound property values.- Returns:
- the converter id, or null
-
getRequired
public boolean getRequired()Whether a non-empty value is required for each binding attempt.- Returns:
- the required status
-
toString
-