public class UifServletRequestDataBinderFactory extends org.springframework.web.servlet.mvc.method.annotation.ServletRequestDataBinderFactory
| Constructor and Description | 
|---|
| UifServletRequestDataBinderFactory(List<org.springframework.web.method.support.InvocableHandlerMethod> binderMethods,
                                                                    org.springframework.web.bind.support.WebBindingInitializer initializer)Create a new instance. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected org.springframework.web.bind.ServletRequestDataBinder | createBinderInstance(Object target,
                                        String objectName,
                                        org.springframework.web.context.request.NativeWebRequest request) | 
initBinder, isBinderMethodApplicablepublic UifServletRequestDataBinderFactory(List<org.springframework.web.method.support.InvocableHandlerMethod> binderMethods, org.springframework.web.bind.support.WebBindingInitializer initializer)
binderMethods - one or more @InitBinder methodsinitializer - provides global data binder initializationprotected org.springframework.web.bind.ServletRequestDataBinder createBinderInstance(Object target, String objectName, org.springframework.web.context.request.NativeWebRequest request)
createBinderInstance in class org.springframework.web.servlet.mvc.method.annotation.ServletRequestDataBinderFactoryCopyright © 2005-2015 The Kuali Foundation. All Rights Reserved.