public interface BuiltInComponents extends AkkaComponents, ApplicationComponents, BaseComponents, BodyParserComponents, ConfigurationComponents, CryptoComponents, FileMimeTypesComponents, HttpComponents, HttpErrorHandlerComponents, I18nComponents, TemporaryFileComponents
Modifier and Type | Method and Description |
---|---|
default ActionCreator |
actionCreator() |
default play.api.http.HttpConfiguration |
httpConfiguration() |
default play.core.j.JavaContextComponents |
javaContextComponents() |
default MessagesApi |
messagesApi() |
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
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