Uses of Interface
org.springframework.web.bind.support.SessionStatus
Packages that use SessionStatus
Package
Description
Support classes for web data binding.
Generic support classes for handler method processing.
- 
Uses of SessionStatus in org.springframework.web.bind.supportClasses in org.springframework.web.bind.support that implement SessionStatusModifier and TypeClassDescriptionclassSimple implementation of theSessionStatusinterface, keeping thecompleteflag as an instance variable.
- 
Uses of SessionStatus in org.springframework.web.method.supportMethods in org.springframework.web.method.support that return SessionStatusModifier and TypeMethodDescriptionModelAndViewContainer.getSessionStatus()Return theSessionStatusinstance to use that can be used to signal that session processing is complete.