接口的使用
org.springframework.web.bind.support.SessionStatus
使用SessionStatus的程序包 程序包 说明 org.springframework.web.bind.support Support classes for web data binding.org.springframework.web.method.support Generic support classes for handler method processing.org.springframework.web.bind.support中SessionStatus的使用
实现SessionStatus的org.springframework.web.bind.support中的类 修饰符和类型 类 说明 classSimpleSessionStatusSimple implementation of theSessionStatusinterface, keeping thecompleteflag as an instance variable.org.springframework.web.method.support中SessionStatus的使用
返回SessionStatus的org.springframework.web.method.support中的方法 修饰符和类型 方法 说明 SessionStatusModelAndViewContainer. getSessionStatus()Return theSessionStatusinstance to use that can be used to signal that session processing is complete.