public class SimpleSessionStatus extends 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()
SessionStatus
setComplete
in interface SessionStatus
public boolean isComplete()
SessionStatus
isComplete
in interface SessionStatus