public class SimpleSessionStatus extends java.lang.Object implements SessionStatus
SessionStatus interface,
 keeping the complete flag as an instance variable.| Constructor and Description | 
|---|
SimpleSessionStatus()  | 
| 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. 
 | 
public void setComplete()
SessionStatussetComplete in interface SessionStatuspublic boolean isComplete()
SessionStatusisComplete in interface SessionStatus