Package

play

core

Permalink

package core

Visibility
  1. Public
  2. All

Type Members

  1. trait ApplicationProvider extends AnyRef

    Permalink

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

  2. class DefaultWebCommands extends WebCommands

    Permalink

    Default implementation of web commands.

    Default implementation of web commands.

    Annotations
    @Singleton()
  3. trait HandleWebCommandSupport extends AnyRef

    Permalink
  4. case class NamedThreadFactory(name: String) extends ThreadFactory with Product with Serializable

    Permalink

    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.

  5. class ObjectMapperModule extends Module

    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.

  6. class ObjectMapperProvider extends Provider[ObjectMapper]

    Permalink
    Annotations
    @Singleton()
  7. trait SourceMapper extends AnyRef

    Permalink

    provides source code to be displayed on error pages

  8. trait WebCommands extends AnyRef

    Permalink

    Handlers for web commands.

Value Members

  1. object ApplicationProvider

    Permalink
  2. package formatters

    Permalink
  3. package j

    Permalink
  4. package parsers

    Permalink
  5. package routing

    Permalink

    The play.core.routing package contains all the code necessary for Play's code generated routers.

  6. package server

    Permalink

Ungrouped