public class FCFormArgumentResolver extends Object implements org.springframework.web.method.support.HandlerMethodArgumentResolver
| Constructor and Description |
|---|
FCFormArgumentResolver(de.jformchecker.FormCheckerConfig formcheckerConfig,
org.springframework.context.MessageSource messageSource,
org.springframework.context.ApplicationContext applicationContext) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
bindRequestParameters(org.springframework.web.bind.WebDataBinder binder,
org.springframework.web.context.request.NativeWebRequest request) |
Object |
resolveArgument(org.springframework.core.MethodParameter methodParam,
org.springframework.web.method.support.ModelAndViewContainer mavContainer,
org.springframework.web.context.request.NativeWebRequest request,
org.springframework.web.bind.support.WebDataBinderFactory binderFactory) |
boolean |
supportsParameter(org.springframework.core.MethodParameter parameter) |
public FCFormArgumentResolver(de.jformchecker.FormCheckerConfig formcheckerConfig,
org.springframework.context.MessageSource messageSource,
org.springframework.context.ApplicationContext applicationContext)
public Object resolveArgument(org.springframework.core.MethodParameter methodParam, org.springframework.web.method.support.ModelAndViewContainer mavContainer, org.springframework.web.context.request.NativeWebRequest request, org.springframework.web.bind.support.WebDataBinderFactory binderFactory) throws Exception
resolveArgument in interface org.springframework.web.method.support.HandlerMethodArgumentResolverExceptionpublic boolean supportsParameter(org.springframework.core.MethodParameter parameter)
supportsParameter in interface org.springframework.web.method.support.HandlerMethodArgumentResolverprotected void bindRequestParameters(org.springframework.web.bind.WebDataBinder binder,
org.springframework.web.context.request.NativeWebRequest request)
Copyright © 2017. All rights reserved.