case classReverseRouteContext(fixedParams: Map[String, Any]) extends Product with Serializable
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.
fixedParams
The fixed params that this route passes to the action.
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.
The fixed params that this route passes to the action.