spring-framework / org.springframework.web.bind.support / DefaultSessionAttributeStore / <init>

<init>

DefaultSessionAttributeStore()

Default implementation of the SessionAttributeStore interface, storing the attributes in the WebRequest session (i.e. HttpSession or PortletSession).

Author
Juergen Hoeller

Since
2.5

See Also
#setAttributeNamePrefixorg.springframework.web.context.request.WebRequest#setAttributeorg.springframework.web.context.request.WebRequest#getAttributeorg.springframework.web.context.request.WebRequest#removeAttribute