Package | Description |
---|---|
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.servlet.mvc.method.annotation |
MVC infrastructure for annotation-based handler method processing, building on the
org.springframework.web.method.annotation package. |
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 session attributes handler.
|
Modifier and Type | Method and Description |
---|---|
void |
RequestMappingHandlerAdapter.setSessionAttributeStore(SessionAttributeStore sessionAttributeStore)
Specify the strategy to store session attributes with.
|