public class WebRequestParameters extends Object
Constructor and Description |
---|
WebRequestParameters(org.springframework.core.MethodParameter parameter,
org.springframework.web.method.support.ModelAndViewContainer mavContainer,
org.springframework.web.context.request.NativeWebRequest webRequest,
org.springframework.web.bind.support.WebDataBinderFactory binderFactory) |
Modifier and Type | Method and Description |
---|---|
org.springframework.web.bind.WebDataBinder |
createBinder(Object objectToValidate) |
org.springframework.core.MethodParameter |
getParameter() |
void |
setBindingResult(org.springframework.validation.BindingResult bindingResult) |
public WebRequestParameters(org.springframework.core.MethodParameter parameter, org.springframework.web.method.support.ModelAndViewContainer mavContainer, org.springframework.web.context.request.NativeWebRequest webRequest, org.springframework.web.bind.support.WebDataBinderFactory binderFactory)
public org.springframework.web.bind.WebDataBinder createBinder(Object objectToValidate) throws Exception
Exception
public void setBindingResult(org.springframework.validation.BindingResult bindingResult)
public org.springframework.core.MethodParameter getParameter()
Copyright © 2015–2018 42 BV. All rights reserved.