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

java.lang.Object
  extended by org.springframework.web.bind.support.DefaultDataBinderFactory
      extended by org.springframework.web.method.annotation.InitBinderDataBinderFactory
          extended by org.springframework.web.servlet.mvc.method.annotation.ServletRequestDataBinderFactory
              extended by org.kuali.rice.krad.web.bind.UifServletRequestDataBinderFactory
All Implemented Interfaces:
org.springframework.web.bind.support.WebDataBinderFactory

public class UifServletRequestDataBinderFactory
extends org.springframework.web.servlet.mvc.method.annotation.ServletRequestDataBinderFactory

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

Constructor Summary
UifServletRequestDataBinderFactory(List<org.springframework.web.method.support.InvocableHandlerMethod> binderMethods, org.springframework.web.bind.support.WebBindingInitializer initializer)
          Create a new instance.
 
Method Summary
protected  org.springframework.web.bind.ServletRequestDataBinder createBinderInstance(Object target, String objectName, org.springframework.web.context.request.NativeWebRequest request)
           
 
Methods inherited from class org.springframework.web.method.annotation.InitBinderDataBinderFactory
initBinder, isBinderMethodApplicable
 
Methods inherited from class org.springframework.web.bind.support.DefaultDataBinderFactory
createBinder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UifServletRequestDataBinderFactory

public UifServletRequestDataBinderFactory(List<org.springframework.web.method.support.InvocableHandlerMethod> binderMethods,
                                          org.springframework.web.bind.support.WebBindingInitializer initializer)
Create a new instance.

Parameters:
binderMethods - one or more @InitBinder methods
initializer - provides global data binder initialization
Method Detail

createBinderInstance

protected org.springframework.web.bind.ServletRequestDataBinder createBinderInstance(Object target,
                                                                                     String objectName,
                                                                                     org.springframework.web.context.request.NativeWebRequest request)
Overrides:
createBinderInstance in class org.springframework.web.servlet.mvc.method.annotation.ServletRequestDataBinderFactory


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.