Uses of Interface
dev.voidframework.web.http.routing.Router
Packages that use Router
Package
Description
-
Uses of Router in dev.voidframework.web.http.errorhandler
Constructors in dev.voidframework.web.http.errorhandler with parameters of type RouterModifierConstructorDescriptionDefaultErrorHandler(com.typesafe.config.Config configuration, Router router) Build a new instance. -
Uses of Router in dev.voidframework.web.http.routing
Methods in dev.voidframework.web.http.routing with parameters of type RouterModifier and TypeMethodDescriptionvoidAppRoutesDefinition.defineAppRoutes(Router router) Defines applications routes. -
Uses of Router in dev.voidframework.web.http.routing.impl
Classes in dev.voidframework.web.http.routing.impl that implement Router -
Uses of Router in dev.voidframework.web.module
Constructors in dev.voidframework.web.module with parameters of type Router