Uses of Interface
spark.RouteGroup

Packages that use RouteGroup
Package
Description
 
  • Uses of RouteGroup in spark

    Methods in spark with parameters of type RouteGroup
    Modifier and Type
    Method
    Description
    void
    Service.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 void
    Spark.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.