|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.javalid.external.spring.SpringMessageConverter
public class SpringMessageConverter
Message converter to convert ValidationMessages and add them to the Spring's Errors instance.
| Constructor Summary | |
|---|---|
SpringMessageConverter()
|
|
| Method Summary | |
|---|---|
void |
convertMessages(java.util.List<ValidationMessage> messages,
org.springframework.validation.Errors errors)
Adds given ValidationMessage instances to given Spring's Errors instance |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SpringMessageConverter()
| Method Detail |
|---|
public void convertMessages(java.util.List<ValidationMessage> messages,
org.springframework.validation.Errors errors)
messages - The messages to converterrors - The errors instance to add messages to
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||