|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Changed Constructors | ||
Class<?>, |
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, |
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, |
Documentation changed from old to new. |
Store a subset of the given attributes in the session. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |