|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ErrorCodeConverter | |
---|---|
org.springmodules.validation.bean | |
org.springmodules.validation.bean.converter |
Uses of ErrorCodeConverter in org.springmodules.validation.bean |
---|
Methods in org.springmodules.validation.bean with parameters of type ErrorCodeConverter | |
---|---|
void |
BeanValidator.setErrorCodeConverter(ErrorCodeConverter errorCodeConverter)
Sets the error code converter this validator will use to resolve the error codes to be registered with the Errors object. |
Uses of ErrorCodeConverter in org.springmodules.validation.bean.converter |
---|
Classes in org.springmodules.validation.bean.converter that implement ErrorCodeConverter | |
---|---|
class |
KeepAsIsErrorCodeConverter
A simple implementation of ErrorCodeConverter that doesn't do any conversion and
returns the passed-in error code. |
class |
ModelAwareErrorCodeConverter
Converts simple error codes to an error code that expresses the class and perhaps the property that are associated with the error code. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |