play.core
package play.core
Members list
Packages
package play.core.formatters
package play.core.j
package play.core.parsers
package play.core.routing
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
trait ApplicationProvider
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 Objecttrait Matchableclass Any
object ApplicationProvider
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ApplicationProvider.type
@Singleton
class DefaultWebCommands extends WebCommands
Default implementation of web commands.
Default implementation of web commands.
Attributes
- Supertypes
trait HandleWebCommandSupport
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
case class NamedThreadFactory(name: String) extends ThreadFactory
Thread factory that creates threads that are named. Threads will be named with the format:
object PlayVersion
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
PlayVersion.type
trait SourceMapper
Provides source code to be displayed on error pages
Provides source code to be displayed on error pages
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
trait WebCommands
Handlers for web commands.
Handlers for web commands.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class DefaultWebCommands
In this article