play.core.routing.ReverseRouteContext
See theReverseRouteContext companion object
The context for a reverse route.
This is made available implicitly to PathBindables and QueryStringBindables in the reverse router so that they can query the fixed params that are passed to the action.
An empty reverse router context is made available implicitly to the router and JavaScript router.
Value parameters
- fixedParams
-
The fixed params that this route passes to the action.
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
In this article