Uses of Class
play.mvc.Scope.RouteArgs
-
Packages that use Scope.RouteArgs Package Description play.mvc -
-
Uses of Scope.RouteArgs in play.mvc
Fields in play.mvc declared as Scope.RouteArgs Modifier and Type Field Description protected static Scope.RouteArgs
Controller. routeArgs
The current routeArgs scope: This is a hash map that is accessible during the reverse routing phase.Fields in play.mvc with type parameters of type Scope.RouteArgs Modifier and Type Field Description static java.lang.ThreadLocal<Scope.RouteArgs>
Scope.RouteArgs. current
Methods in play.mvc that return Scope.RouteArgs Modifier and Type Method Description static Scope.RouteArgs
Scope.RouteArgs. current()
-