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.
|
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(java.lang.Class<?> handlerType,
SessionAttributeStore sessionAttributeStore)
Create a new instance for a controller type.
|