接口的使用
cn.taketoday.web.bind.support.SessionStatus
使用SessionStatus的程序包
-
cn.taketoday.web中SessionStatus的使用
声明为SessionStatus的cn.taketoday.web中的字段修饰符和类型方法说明BindingContext.getSessionStatus()Return theSessionStatusinstance to use that can be used to signal that session processing is complete. -
cn.taketoday.web.bind.support中SessionStatus的使用
修饰符和类型类说明classSimple implementation of theSessionStatusinterface, keeping thecompleteflag as an instance variable.