Java org.springframework.web.bind.support SessionStatus fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.web.bind.support SessionStatus fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.web.bind.support SessionStatus.

The text is from its open source code.

Method

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.