play.core.routing
The play.core.routing package contains all the code necessary for Play's code generated routers.
Attributes
Members list
Type members
Classlikes
A dynamically extracted part of the path.
A dynamically extracted part of the path.
Value parameters
- constraint
-
The constraint - that is, the type.
- encodeable
-
Whether the path should be encoded/decoded.
- name
-
The name of the part.
Attributes
- Supertypes
A generated router.
An object that, when invoked with a thunk, produces a Handler that wraps that thunk. Constructed by a HandlerInvokerFactory.
An object that, when invoked with a thunk, produces a Handler that wraps that thunk. Constructed by a HandlerInvokerFactory.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
An object that creates a HandlerInvoker. Used by the createInvoker method to create a HandlerInvoker for each route. The Routes.createInvoker method looks for an implicit HandlerInvokerFactory and uses that to create a HandlerInvoker.
An object that creates a HandlerInvoker. Used by the createInvoker method to create a HandlerInvoker for each route. The Routes.createInvoker method looks for an implicit HandlerInvokerFactory and uses that to create a HandlerInvoker.
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
An included router
A part of a path.
A part of a path.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class DynamicPartclass StaticPart
The context for a reverse route.
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
- Supertypes
Attributes
- Companion
- class
- Supertypes
- Self type
-
ReverseRouteContext.type
A route