package core
- Alphabetic
- Public
- All
Type Members
-
trait
ApplicationProvider extends AnyRef
Provides information about a Play Application running inside a Play server.
-
class
DefaultWebCommands extends WebCommands
Default implementation of web commands.
Default implementation of web commands.
- Annotations
- @Singleton()
-
class
FileMimeTypesModule extends SimpleModule
Module that injects a
FileMimeTypes
toStaticFileMimeTypes
on start and on stop.Module that injects a
FileMimeTypes
toStaticFileMimeTypes
on start and on stop.This solves the issue of having the need to explicitly pass
FileMimeTypes
to Results.ok(...) and StatusHeader.sendResource(...) -
class
FileMimeTypesProvider extends Provider[FileMimeTypes]
- Annotations
- @Singleton()
- trait HandleWebCommandSupport extends AnyRef
-
case class
NamedThreadFactory(name: String) extends ThreadFactory with Product with Serializable
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.
-
trait
ObjectMapperComponents extends AnyRef
Components for Jackson ObjectMapper and Play's Json.
-
class
ObjectMapperModule extends SimpleModule
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.
-
class
ObjectMapperProvider extends Provider[ObjectMapper]
- Annotations
- @Singleton()
-
trait
SourceMapper extends AnyRef
Provides source code to be displayed on error pages
-
trait
WebCommands extends AnyRef
Handlers for web commands.
Value Members
- object ApplicationProvider
- object ObjectMapperProvider