Interface Summary |
BindErrorMessageResolver |
|
DataBinder |
Implementor of this interface are responsible for binding the values from
the request to the model. |
RequestAttributeBinder |
Implementors of this class allow for properties from a controller to be exposed as request attributes. |
StringTransmuter |
This interface is used to simplify converting (transmuting) a String value into a given type. |
ValueConverter |
Implementation of this interface will be responsible for converting values of specific type(s). |
ValueConverterFinder |
Finder interface for ValueConverter s registered per application. |