open class SimpleSessionStatus : SessionStatus
Simple implementation of the SessionStatus interface, keeping the complete flag as an instance variable.
Author
Juergen Hoeller
Since
2.5
SimpleSessionStatus()
Simple implementation of the SessionStatus interface, keeping the |
open fun isComplete(): Boolean |
|
open fun setComplete(): Unit |