Package

play

core

Permalink

package core

Visibility
  1. Public
  2. All

Type Members

  1. class FileMimeTypesModule extends SimpleModule

    Permalink

    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(...)

  2. class FileMimeTypesProvider extends Provider[FileMimeTypes]

    Permalink
    Annotations
    @Singleton()
  3. trait ObjectMapperComponents extends AnyRef

    Permalink

    Components for Jackson ObjectMapper and Play's Json.

  4. class ObjectMapperModule extends SimpleModule

    Permalink

    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.

  5. class ObjectMapperProvider extends Provider[ObjectMapper]

    Permalink
    Annotations
    @Singleton()

Value Members

  1. object ObjectMapperProvider

    Permalink
  2. package j

    Permalink

Ungrouped