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, isBinderMethodApplicable
public 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.ServletRequestDataBinderFactory
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.