Package play.routing
Class RoutingDslComponentsFromContext
java.lang.Object
play.ContextBasedBuiltInComponents
play.BuiltInComponentsFromContext
play.routing.RoutingDslComponentsFromContext
- All Implemented Interfaces:
BuiltInComponents,ApplicationComponents,BaseComponents,BodyParserComponents,ConfigurationComponents,CryptoComponents,FileMimeTypesComponents,HttpComponents,HttpConfigurationComponents,HttpErrorHandlerComponents,PekkoComponents,PekkoTypedComponents,TemporaryFileComponents,I18nComponents,RoutingDslComponents
public abstract class RoutingDslComponentsFromContext
extends BuiltInComponentsFromContext
implements RoutingDslComponents
RoutingDsl components from the built in components.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class play.BuiltInComponentsFromContext
contextMethods inherited from class play.ContextBasedBuiltInComponents
actorSystem, application, applicationLifecycle, config, cookieSigner, coordinatedShutdown, csrfTokenSigner, devContext, environment, fileMimeTypes, httpErrorHandler, httpRequestHandler, javaHandlerComponents, langs, sourceMapper, tempFileCreator, webCommandsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface play.components.BaseComponents
routerMethods inherited from interface play.components.BodyParserComponents
anyContentBodyParser, bytesBodyParser, defaultBodyParser, defaultScalaBodyParser, emptyBodyParser, formUrlEncodedBodyParser, jsonBodyParser, multipartFormDataBodyParser, rawBodyParser, scalaBodyParsers, textBodyParser, tolerantJsonBodyParser, tolerantTextBodyParser, tolerantXmlBodyParser, xmlBodyParserMethods inherited from interface play.BuiltInComponents
actionCreator, httpConfiguration, javaContextComponents, messagesApiMethods inherited from interface play.components.ConfigurationComponents
configurationMethods inherited from interface play.components.CryptoComponents
clockMethods inherited from interface play.components.HttpComponents
httpFiltersMethods inherited from interface play.components.HttpConfigurationComponents
sessionConfigurationMethods inherited from interface play.components.HttpErrorHandlerComponents
httpErrorHandler, scalaHttpErrorHandlerMethods inherited from interface play.components.PekkoComponents
actorSystem, coordinatedShutdown, executionContext, materializerMethods inherited from interface play.components.PekkoTypedComponents
schedulerMethods inherited from interface play.routing.RoutingDslComponents
routingDslMethods inherited from interface play.components.TemporaryFileComponents
tempFileCreator
-
Constructor Details
-
RoutingDslComponentsFromContext
-