- All Superinterfaces:
- java.util.Map, java.io.Serializable
- All Known Implementing Classes:
- GrailsFlashScope
public interface FlashScope
extends java.util.Map, java.io.Serializable
Represents flash scope and allows a flash scope map to be set to the next
state. Flash scope essentially allows variables to be maintained for the next state and the next
state only, what this means is if objects are stored inside FlashScope on the first call to
"next()" they will be still there, but on the subsequent call they will be cleared unless they
have been set again since the last call to "next()"