Package play.routing
Class RoutingDslComponentsFromContext
- Object
-
- play.ContextBasedBuiltInComponents
-
- play.BuiltInComponentsFromContext
-
- play.routing.RoutingDslComponentsFromContext
-
- All Implemented Interfaces:
BuiltInComponents
,AkkaComponents
,AkkaTypedComponents
,ApplicationComponents
,BaseComponents
,BodyParserComponents
,ConfigurationComponents
,CryptoComponents
,FileMimeTypesComponents
,HttpComponents
,HttpConfigurationComponents
,HttpErrorHandlerComponents
,TemporaryFileComponents
,I18nComponents
,RoutingDslComponents
public abstract class RoutingDslComponentsFromContext extends BuiltInComponentsFromContext implements RoutingDslComponents
RoutingDsl components from the built in components.- See Also:
BuiltInComponentsFromContext
,RoutingDslComponents
-
-
Constructor Summary
Constructors Constructor Description RoutingDslComponentsFromContext(ApplicationLoader.Context context)
-
Method Summary
-
Methods inherited from class play.BuiltInComponentsFromContext
context
-
Methods inherited from class play.ContextBasedBuiltInComponents
actorSystem, application, applicationLifecycle, config, cookieSigner, coordinatedShutdown, csrfTokenSigner, devContext, environment, fileMimeTypes, httpErrorHandler, httpRequestHandler, javaHandlerComponents, langs, sourceMapper, tempFileCreator, webCommands
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface play.components.AkkaComponents
actorSystem, coordinatedShutdown, executionContext, materializer
-
Methods inherited from interface play.components.AkkaTypedComponents
scheduler
-
Methods inherited from interface play.components.BaseComponents
router
-
Methods inherited from interface play.components.BodyParserComponents
anyContentBodyParser, bytesBodyParser, defaultBodyParser, defaultScalaBodyParser, emptyBodyParser, formUrlEncodedBodyParser, jsonBodyParser, multipartFormDataBodyParser, rawBodyParser, scalaBodyParsers, textBodyParser, tolerantJsonBodyParser, tolerantTextBodyParser, tolerantXmlBodyParser, xmlBodyParser
-
Methods inherited from interface play.BuiltInComponents
actionCreator, httpConfiguration, javaContextComponents, messagesApi
-
Methods inherited from interface play.components.ConfigurationComponents
configuration
-
Methods inherited from interface play.components.CryptoComponents
clock
-
Methods inherited from interface play.components.HttpComponents
httpFilters
-
Methods inherited from interface play.components.HttpConfigurationComponents
sessionConfiguration
-
Methods inherited from interface play.components.HttpErrorHandlerComponents
httpErrorHandler, scalaHttpErrorHandler
-
Methods inherited from interface play.routing.RoutingDslComponents
routingDsl
-
Methods inherited from interface play.components.TemporaryFileComponents
tempFileCreator
-
-
-
-
Constructor Detail
-
RoutingDslComponentsFromContext
public RoutingDslComponentsFromContext(ApplicationLoader.Context context)
-
-