| Package | Description |
|---|---|
| org.springframework.validation |
Provides data binding and validation functionality,
for usage in business and/or UI layers.
|
| org.springframework.web.bind.support |
Support classes for web data binding.
|
| org.springframework.web.portlet.mvc |
Standard controller implementations for the portlet MVC framework that
comes with Spring.
|
| org.springframework.web.servlet.mvc |
Standard controller implementations for the Servlet MVC framework that comes with
Spring.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultBindingErrorProcessor
Default
BindingErrorProcessor implementation. |
| Modifier and Type | Method and Description |
|---|---|
BindingErrorProcessor |
DataBinder.getBindingErrorProcessor()
Return the strategy for processing binding errors.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataBinder.setBindingErrorProcessor(BindingErrorProcessor bindingErrorProcessor)
Set the strategy to use for processing binding errors, that is,
required field errors and
PropertyAccessExceptions. |
| Modifier and Type | Method and Description |
|---|---|
BindingErrorProcessor |
ConfigurableWebBindingInitializer.getBindingErrorProcessor()
Return the strategy to use for processing binding errors.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurableWebBindingInitializer.setBindingErrorProcessor(BindingErrorProcessor bindingErrorProcessor)
Set the strategy to use for processing binding errors, that is,
required field errors and
PropertyAccessExceptions. |
| Modifier and Type | Method and Description |
|---|---|
BindingErrorProcessor |
BaseCommandController.getBindingErrorProcessor()
Deprecated.
Return the strategy to use for processing binding errors (if any).
|
| Modifier and Type | Method and Description |
|---|---|
void |
BaseCommandController.setBindingErrorProcessor(BindingErrorProcessor bindingErrorProcessor)
Deprecated.
Set the strategy to use for processing binding errors, that is,
required field errors and
PropertyAccessExceptions. |
| Modifier and Type | Method and Description |
|---|---|
BindingErrorProcessor |
BaseCommandController.getBindingErrorProcessor()
Deprecated.
Return the strategy to use for processing binding errors (if any).
|
| Modifier and Type | Method and Description |
|---|---|
void |
BaseCommandController.setBindingErrorProcessor(BindingErrorProcessor bindingErrorProcessor)
Deprecated.
Set the strategy to use for processing binding errors, that is,
required field errors and
PropertyAccessExceptions. |
Copyright © 2015. All rights reserved.