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.
The play.core.routing package contains all the code necessary for Play's code generated routers.
Default implementation of web commands.