org.kuali.rice.krad.web.bind
Class UifBindingErrorProcessor

java.lang.Object
  extended by org.springframework.validation.DefaultBindingErrorProcessor
      extended by org.kuali.rice.krad.web.bind.UifBindingErrorProcessor
All Implemented Interfaces:
org.springframework.validation.BindingErrorProcessor

public class UifBindingErrorProcessor
extends org.springframework.validation.DefaultBindingErrorProcessor

UIF handler for binding processing errors

Author:
Kuali Rice Team (rice.collab@kuali.org)

Field Summary
 
Fields inherited from class org.springframework.validation.DefaultBindingErrorProcessor
MISSING_FIELD_ERROR_CODE
 
Constructor Summary
UifBindingErrorProcessor()
           
 
Method Summary
 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
 
Methods inherited from class org.springframework.validation.DefaultBindingErrorProcessor
getArgumentsForBindError, processMissingFieldError
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UifBindingErrorProcessor

public UifBindingErrorProcessor()
Method Detail

processPropertyAccessException

public 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

Specified by:
processPropertyAccessException in interface org.springframework.validation.BindingErrorProcessor
Overrides:
processPropertyAccessException in class org.springframework.validation.DefaultBindingErrorProcessor
Parameters:
ex - exception that was thrown
bindingResult - binding result containing the results of the binding process


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.