类 SimpleSessionStatus
- java.lang.Object
- org.springframework.web.bind.support.SimpleSessionStatus
- 所有已实现的接口:
SessionStatus
public class SimpleSessionStatus extends Object implements SessionStatus
Simple implementation of theSessionStatusinterface, keeping thecompleteflag as an instance variable.- 从以下版本开始:
- 2.5
- 作者:
- Juergen Hoeller
构造器概要
构造器 构造器 说明 SimpleSessionStatus()
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 booleanisComplete()Return whether the current handler's session processing has been marked as complete.voidsetComplete()Mark the current handler's session processing as complete, allowing for cleanup of session attributes.
构造器详细资料
SimpleSessionStatus
public SimpleSessionStatus()
方法详细资料
setComplete
public void setComplete()
从接口复制的说明:SessionStatusMark the current handler's session processing as complete, allowing for cleanup of session attributes.- 指定者:
setComplete在接口中SessionStatus
isComplete
public boolean isComplete()
从接口复制的说明:SessionStatusReturn whether the current handler's session processing has been marked as complete.- 指定者:
isComplete在接口中SessionStatus