Class UifBindingErrorProcessor

java.lang.Object
org.springframework.validation.DefaultBindingErrorProcessor
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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    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

    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 Details

    • UifBindingErrorProcessor

      public UifBindingErrorProcessor()
  • Method Details

    • 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