Uses of Interface
spark.RouteGroup
Packages that use RouteGroup
-
Uses of RouteGroup in spark
Methods in spark with parameters of type RouteGroupModifier and TypeMethodDescriptionvoidService.path(String path, RouteGroup routeGroup) Add a path-prefix to the routes declared in the routeGroup The path() method adds a path-fragment to a path-stack, adds routes from the routeGroup, then pops the path-fragment again.static voidSpark.path(String path, RouteGroup routeGroup) Add a path-prefix to the routes declared in the routeGroup The path() method adds a path-fragment to a path-stack, adds routes from the routeGroup, then pops the path-fragment again.