The router that's used to pass requests to the correct handler.
The router that's used to pass requests to the correct handler.
Alias method to defaultActionBuilder.
Alias method to defaultActionBuilder. This just helps to keep the idiom of using Action
when creating Router
s using the built in components.
the default action builder.
Helper to interact with the Play build environment.
Helper to interact with the Play build environment. Only available in dev mode.
The runtime Injector instance provided to the DefaultApplication.
The runtime Injector instance provided to the DefaultApplication. This injector is set up to allow existing (deprecated) legacy APIs to function. It is not set up to support injecting arbitrary Play components.
Alias method to playBodyParsers.
Alias method to playBodyParsers.
Commands that intercept requests before the rest of the application handles them.
Commands that intercept requests before the rest of the application handles them. Used by Evolutions.
Helper to locate the source code for the application.
Helper to locate the source code for the application. Only available in dev mode.
(Since version 2.7.0) Use devContext.map(_.sourceMapper) instead
A convenient helper trait for constructing an AkkaHttpServer, for example: