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.
Represents an application that can be reloaded in Dev Mode.
provides source code to be displayed on error pages
creates and initializes an Application
wraps and starts a fake application (used in tests)
Handlers for web commands.
Default implementation of web commands.