Provides information about a Play Application running inside a Play server.
Default implementation of web commands.
Thread factory that creates threads that are named.
Thread factory that creates threads that are named. Threads will be named with the format:
{name}-{threadNo}
where threadNo is an integer starting from one.
Module that injects an object mapper to the JSON library on start and on stop.
Module that injects an object mapper to the JSON library on start and on stop.
This solves the issue of the ObjectMapper cache from holding references to the application class loader between reloads.
provides source code to be displayed on error pages
Handlers for web commands.
(Since version 2.4.0) Most of the user facing API from this object has been moved to play.api.routing
Default implementation of web commands.