public class ServletCookieValueMethodArgumentResolver
extends org.springframework.web.method.annotation.AbstractCookieValueMethodArgumentResolver
AbstractCookieValueMethodArgumentResolver
that resolves cookie values from an HttpServletRequest.| Constructor and Description |
|---|
ServletCookieValueMethodArgumentResolver(org.springframework.beans.factory.config.ConfigurableBeanFactory beanFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
resolveName(java.lang.String cookieName,
org.springframework.core.MethodParameter parameter,
org.springframework.web.context.request.NativeWebRequest webRequest) |
void |
setUrlPathHelper(org.springframework.web.util.UrlPathHelper urlPathHelper) |
createNamedValueInfo, handleMissingValue, supportsParameterpublic ServletCookieValueMethodArgumentResolver(org.springframework.beans.factory.config.ConfigurableBeanFactory beanFactory)
public void setUrlPathHelper(org.springframework.web.util.UrlPathHelper urlPathHelper)
protected java.lang.Object resolveName(java.lang.String cookieName,
org.springframework.core.MethodParameter parameter,
org.springframework.web.context.request.NativeWebRequest webRequest)
throws java.lang.Exception
resolveName in class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolverjava.lang.Exception