|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Interface Summary | |
|---|---|
| BindErrorMessageResolver | |
| ControllerDataBinder | Implementor of this interface are responsible for binding the values from the request to the controller. |
| StringTransmuter | Not to be confused with the ValueConverter 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 String values to the specific type. |
| ValueConverterFinder | Finder interface for ValueConverter instances registered per application. |
| ViewDataBinder | Implementors of this class allow for properties from a controller to be exposed to the view as request attributes. |
| Class Summary | |
|---|---|
| DefaultStringTransmuter | This implementation uses the ValueConverterFinder and its resulting
ValueConverter to transform a String value into the specified type. |
| IntrospectingViewDataBinder | ViewDataBinder implementation which uses Java beans introspector to bind read methods. |
| ScriptedViewDataBinder | Abstract ViewDataBinder implementation for script controllers, delegating the handling of the script to concrete subclasses, specific for each script. |
| Exception Summary | |
|---|---|
| BindException | Thrown when unable bind values |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||