Package | Description |
---|---|
org.springframework.web.bind.support |
Support classes for web data binding.
|
org.springframework.web.method.support |
Generic support classes for handler method processing.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleSessionStatus
Simple implementation of the
SessionStatus interface,
keeping the complete flag as an instance variable. |
Modifier and Type | Method and Description |
---|---|
SessionStatus |
ModelAndViewContainer.getSessionStatus()
Return the
SessionStatus instance to use that can be used to
signal that session processing is complete. |