ReverseRouteContext

play.core.routing.ReverseRouteContext
See theReverseRouteContext companion object
case class ReverseRouteContext(fixedParams: Map[String, Any])

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
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product