trait ApplicationProvider extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- ApplicationProvider
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def get: Try[api.Application]
Get the application.
Get the application. In dev mode this lazily loads the application.
NOTE: This should be called once per request. Calling multiple times may result in multiple compilations.
Deprecated Value Members
- def handleWebCommand(requestHeader: RequestHeader): Option[Result]
Handle a request directly, without using the application.
Handle a request directly, without using the application.
- Annotations
- @deprecated
- Deprecated
(Since version 2.7.0) This method is no longer called; WebCommands are now handled by the DefaultHttpRequestHandler
Provides information about a Play Application running inside a Play server.