spring-framework / org.springframework.web.bind.support / SimpleSessionStatus

SimpleSessionStatus

open class SimpleSessionStatus : SessionStatus

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

Author
Juergen Hoeller

Since
2.5

Constructors

<init>

SimpleSessionStatus()

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

Functions

isComplete

open fun isComplete(): Boolean

setComplete

open fun setComplete(): Unit