|
Spring Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.web.bind.support.SimpleSessionStatus
public class SimpleSessionStatus
Simple implementation of the SessionStatus interface,
keeping the complete flag as an instance variable.
| Constructor Summary | |
|---|---|
SimpleSessionStatus()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleSessionStatus()
| Method Detail |
|---|
public void setComplete()
SessionStatus
setComplete in interface SessionStatuspublic boolean isComplete()
SessionStatus
isComplete in interface SessionStatus
|
Spring Framework | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||