Class UifConfigurableWebBindingInitializer

java.lang.Object
org.springframework.web.bind.support.ConfigurableWebBindingInitializer
org.kuali.rice.krad.web.bind.UifConfigurableWebBindingInitializer
All Implemented Interfaces:
org.springframework.web.bind.support.WebBindingInitializer

public class UifConfigurableWebBindingInitializer extends org.springframework.web.bind.support.ConfigurableWebBindingInitializer
Registers standard PropertyEditors used in binding for all http requests.
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    initBinder(org.springframework.web.bind.WebDataBinder binder, org.springframework.web.context.request.WebRequest request)
     

    Methods inherited from class org.springframework.web.bind.support.ConfigurableWebBindingInitializer

    getBindingErrorProcessor, getConversionService, getMessageCodesResolver, getPropertyEditorRegistrars, getValidator, initBinder, isAutoGrowNestedPaths, isDirectFieldAccess, setAutoGrowNestedPaths, setBindingErrorProcessor, setConversionService, setDirectFieldAccess, setMessageCodesResolver, setPropertyEditorRegistrar, setPropertyEditorRegistrars, setValidator

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • UifConfigurableWebBindingInitializer

      public UifConfigurableWebBindingInitializer()
  • Method Details

    • initBinder

      public void initBinder(org.springframework.web.bind.WebDataBinder binder, org.springframework.web.context.request.WebRequest request)