Uses of Class
play.mvc.Scope.Flash
-
Packages that use Scope.Flash Package Description play.mvc -
-
Uses of Scope.Flash in play.mvc
Fields in play.mvc declared as Scope.Flash Modifier and Type Field Description protected static Scope.Flash
Controller. flash
The current flash scope.Fields in play.mvc with type parameters of type Scope.Flash Modifier and Type Field Description static java.lang.ThreadLocal<Scope.Flash>
Scope.Flash. current
Methods in play.mvc that return Scope.Flash Modifier and Type Method Description static Scope.Flash
Scope.Flash. current()
static Scope.Flash
Scope.Flash. restore()
-