Generated by
JDiff

Class org.springframework.web.method.annotation.SessionAttributesHandler

Documentation changed from old to new.

Changed Constructors
SessionAttributesHandler(Class<?>, SessionAttributeStore) Documentation changed from old to new.
Create a new instance for a controller type.
 

Changed Methods
void cleanupAttributes(WebRequest) Documentation changed from old to new.
Remove "known" attributes from the session, i.e.
boolean hasSessionAttributes() Documentation changed from old to new.
Whether the controller represented by this instance has declared any session attributes through an SessionAttributes annotation.
boolean isHandlerSessionAttribute(String, Class<?>) Documentation changed from old to new.
Whether the attribute name or type match the names and types specified via {@code @SessionAttributes} in underlying controller.
Map<String, Object> retrieveAttributes(WebRequest) Documentation changed from old to new.
Retrieve "known" attributes from the session, i.e.
void storeAttributes(WebRequest, Map<String, ?>) Documentation changed from old to new.
Store a subset of the given attributes in the session.