| java.lang.Object | |
| ↳ | org.springframework.web.bind.support.SimpleSessionStatus |
Simple implementation of the SessionStatus interface,
keeping the complete flag as an instance variable.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Return whether the current handler's session processing has been marked
as complete.
| |||||||||||
Mark the current handler's session processing as complete, allowing for
cleanup of session attributes.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.springframework.web.bind.support.SessionStatus
| |||||||||||
Return whether the current handler's session processing has been marked as complete.
Mark the current handler's session processing as complete, allowing for cleanup of session attributes.