public interface SessionStatus
@SessionAttributes
annotation).RequestMapping
,
SessionAttributes
Modifier and Type | Method and Description |
---|---|
boolean |
isComplete()
Return whether the current handler's session processing has been marked
as complete.
|
void |
setComplete()
Mark the current handler's session processing as complete, allowing for
cleanup of session attributes.
|