public class UifBindingErrorProcessor extends org.springframework.validation.DefaultBindingErrorProcessor
| Constructor and Description |
|---|
UifBindingErrorProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
processPropertyAccessException(org.springframework.beans.PropertyAccessException ex,
org.springframework.validation.BindingResult bindingResult)
Adds an entry to the
GlobalVariables.getMessageMap() for the given
binding processing error |
public UifBindingErrorProcessor()
public void processPropertyAccessException(org.springframework.beans.PropertyAccessException ex, org.springframework.validation.BindingResult bindingResult)
GlobalVariables.getMessageMap() for the given
binding processing errorprocessPropertyAccessException in interface org.springframework.validation.BindingErrorProcessorprocessPropertyAccessException in class org.springframework.validation.DefaultBindingErrorProcessorex - exception that was thrownbindingResult - binding result containing the results of the binding processCopyright © 2005–2016 The Kuali Foundation. All rights reserved.