Package | Description |
---|---|
org.springframework.web.bind.annotation.support |
Support classes for web annotation processing.
|
org.springframework.web.bind.support |
Support classes for web data binding.
|
org.springframework.web.method.annotation |
Support classes for annotation-based handler method processing.
|
org.springframework.web.portlet.mvc.annotation |
Support package for annotation-based Portlet MVC controllers.
|
org.springframework.web.servlet.mvc.annotation |
Support package for annotation-based Servlet MVC controllers.
|
org.springframework.web.servlet.mvc.method.annotation |
MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation package. |
Constructor and Description |
---|
HandlerMethodInvoker(HandlerMethodResolver methodResolver,
WebBindingInitializer bindingInitializer,
SessionAttributeStore sessionAttributeStore,
ParameterNameDiscoverer parameterNameDiscoverer,
WebArgumentResolver[] customArgumentResolvers,
HttpMessageConverter[] messageConverters) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultSessionAttributeStore
Default implementation of the
SessionAttributeStore interface,
storing the attributes in the WebRequest session (i.e. |
Constructor and Description |
---|
SessionAttributesHandler(Class<?> handlerType,
SessionAttributeStore sessionAttributeStore)
Create a new instance for a controller type.
|
Modifier and Type | Method and Description |
---|---|
void |
AnnotationMethodHandlerAdapter.setSessionAttributeStore(SessionAttributeStore sessionAttributeStore)
Specify the strategy to store session attributes with.
|
Modifier and Type | Method and Description |
---|---|
void |
AnnotationMethodHandlerAdapter.setSessionAttributeStore(SessionAttributeStore sessionAttributeStore)
Deprecated.
Specify the strategy to store session attributes with.
|
Modifier and Type | Method and Description |
---|---|
void |
RequestMappingHandlerAdapter.setSessionAttributeStore(SessionAttributeStore sessionAttributeStore)
Specify the strategy to store session attributes with.
|
Copyright © 2015. All rights reserved.