|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SessionStatus
Simple interface that can be injected into handler methods, allowing them to
signal that their session processing is complete. The handler invoker may
then follow up with appropriate cleanup, e.g. of session attributes which
have been implicitly created during this handler's processing (according to
the
@SessionAttributes
annotation).
RequestMapping
,
SessionAttributes
Method Summary | |
---|---|
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. |
Method Detail |
---|
void setComplete()
boolean isComplete()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |