public interface BuiltInComponents extends AkkaComponents, AkkaTypedComponents, ApplicationComponents, BaseComponents, BodyParserComponents, ConfigurationComponents, CryptoComponents, FileMimeTypesComponents, HttpComponents, HttpErrorHandlerComponents, I18nComponents, TemporaryFileComponents
Modifier and Type | Method and Description |
---|---|
default ActionCreator |
actionCreator() |
default java.util.Optional<play.api.ApplicationLoader.DevContext> |
devContext()
Helper to interact with the Play build environment.
|
default play.api.http.HttpConfiguration |
httpConfiguration() |
default play.core.j.JavaContextComponents |
javaContextComponents()
Deprecated.
|
default MessagesApi |
messagesApi() |
default play.core.WebCommands |
webCommands()
Commands that intercept requests before the rest of the application handles them.
|
actorSystem, scheduler
application
applicationLifecycle, environment, router, sourceMapper
config, configuration
anyContentBodyParser, bytesBodyParser, defaultBodyParser, defaultScalaBodyParser, emptyBodyParser, formUrlEncodedBodyParser, jsonBodyParser, multipartFormDataBodyParser, rawBodyParser, scalaBodyParsers, textBodyParser, tolerantJsonBodyParser, tolerantTextBodyParser, tolerantXmlBodyParser, xmlBodyParser
httpErrorHandler, scalaHttpErrorHandler
actorSystem, coordinatedShutdown, executionContext, materializer
tempFileCreator
clock, cookieSigner, csrfTokenSigner
fileMimeTypes
httpFilters, httpRequestHandler, javaHandlerComponents
sessionConfiguration
langs
@Deprecated default play.core.j.JavaContextComponents javaContextComponents()
javaContextComponents
in interface HttpErrorHandlerComponents
default MessagesApi messagesApi()
messagesApi
in interface I18nComponents
default ActionCreator actionCreator()
actionCreator
in interface HttpComponents
default play.api.http.HttpConfiguration httpConfiguration()
httpConfiguration
in interface HttpConfigurationComponents
default play.core.WebCommands webCommands()
default java.util.Optional<play.api.ApplicationLoader.DevContext> devContext()