Packages

p

play

core

package core

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait ApplicationProvider extends AnyRef

    Provides information about a Play Application running inside a Play server.

  2. class DefaultWebCommands extends WebCommands

    Default implementation of web commands.

    Default implementation of web commands.

    Annotations
    @Singleton()
  3. class FileMimeTypesModule extends SimpleModule

    Module that injects a FileMimeTypes to StaticFileMimeTypes on start and on stop.

    Module that injects a FileMimeTypes to StaticFileMimeTypes on start and on stop.

    This solves the issue of having the need to explicitly pass FileMimeTypes to Results.ok(...) and StatusHeader.sendResource(...)

  4. class FileMimeTypesProvider extends Provider[FileMimeTypes]
    Annotations
    @Singleton()
  5. trait HandleWebCommandSupport extends AnyRef
  6. 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.

  7. trait ObjectMapperComponents extends AnyRef

    Components for Jackson ObjectMapper and Play's Json.

  8. 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.

  9. class ObjectMapperProvider extends Provider[ObjectMapper]
    Annotations
    @Singleton()
  10. trait SourceMapper extends AnyRef

    Provides source code to be displayed on error pages

  11. trait WebCommands extends AnyRef

    Handlers for web commands.

Value Members

  1. object ApplicationProvider

Ungrouped