play.core

package play.core

Members list

Packages

package play.core.j

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

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

Attributes

package play.core.utils

Type members

Classlikes

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

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

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
@Singleton

Default implementation of web commands.

Default implementation of web commands.

Attributes

Supertypes
trait WebCommands
class Object
trait Matchable
class Any

Attributes

Supertypes
class Object
trait Matchable
class Any
case class NamedThreadFactory(name: String) extends ThreadFactory

Thread factory that creates threads that are named. Threads will be named with the format:

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.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ThreadFactory
class Object
trait Matchable
class Any
Show all
object PlayVersion

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
trait SourceMapper

Provides source code to be displayed on error pages

Provides source code to be displayed on error pages

Attributes

Supertypes
class Object
trait Matchable
class Any
trait WebCommands

Handlers for web commands.

Handlers for web commands.

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes