public class SessionAttributeMethodArgumentResolver
extends org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver
SessionAttribute.| Constructor and Description |
|---|
SessionAttributeMethodArgumentResolver() |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver.NamedValueInfo |
createNamedValueInfo(org.springframework.core.MethodParameter parameter) |
protected void |
handleMissingValue(String name,
org.springframework.core.MethodParameter parameter) |
protected Object |
resolveName(String name,
org.springframework.core.MethodParameter parameter,
org.springframework.web.context.request.NativeWebRequest request) |
boolean |
supportsParameter(org.springframework.core.MethodParameter parameter) |
public SessionAttributeMethodArgumentResolver()
public boolean supportsParameter(org.springframework.core.MethodParameter parameter)
protected org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver.NamedValueInfo createNamedValueInfo(org.springframework.core.MethodParameter parameter)
createNamedValueInfo in class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver@Nullable protected Object resolveName(String name, org.springframework.core.MethodParameter parameter, org.springframework.web.context.request.NativeWebRequest request)
resolveName in class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolverprotected void handleMissingValue(String name, org.springframework.core.MethodParameter parameter) throws ServletException
handleMissingValue in class org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolverServletException