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.BindingErrorProcessor
processPropertyAccessException
in class org.springframework.validation.DefaultBindingErrorProcessor
ex
- exception that was thrownbindingResult
- binding result containing the results of the binding processCopyright © 2005–2014 The Kuali Foundation. All rights reserved.