Java org.springframework.web.servlet FlashMap fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.web.servlet FlashMap fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.web.servlet FlashMap.

The text is from its open source code.

Constructor

Method

MultiValueMapgetTargetRequestParams()
Return the parameters identifying the target request, or an empty map.
StringgetTargetRequestPath()
Return the target URL path (or null if none specified).
booleanisExpired()
Return whether this instance has expired depending on the amount of elapsed time since the call to #startExpirationPeriod .
voidsetTargetRequestPath(@Nullable String path)
Provide a URL path to help identify the target request for this FlashMap.
voidstartExpirationPeriod(int timeToLive)
Start the expiration period for this instance.