public class

SimpleSessionStatus

extends Object
implements SessionStatus
java.lang.Object
   ↳ org.springframework.web.bind.support.SimpleSessionStatus

Class Overview

Simple implementation of the SessionStatus interface, keeping the complete flag as an instance variable.

Summary

Public Constructors
SimpleSessionStatus()
Public Methods
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.
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.springframework.web.bind.support.SessionStatus

Public Constructors

public SimpleSessionStatus ()

Public Methods

public boolean isComplete ()

Return whether the current handler's session processing has been marked as complete.

public void setComplete ()

Mark the current handler's session processing as complete, allowing for cleanup of session attributes.