public interface FlashScope
extends java.util.Map, java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
java.util.Map |
getNow()
Returns the current state of flash scope, to be used if you don't
want to include variables in the next request
|
void |
next()
Sets the flash scope to the next state upon a new request
|