Uses of Class
spark.RouteImpl
Packages that use RouteImpl
-
Uses of RouteImpl in spark
Modifier and TypeClassDescriptionclassA ResponseTransformerRouteImpl is built up by a path (for url-matching) and the implementation of the 'render' method.classA TemplateViewRoute is built up by a path (for url-matching) and the implementation of the 'render' method.Modifier and TypeMethodDescriptionstatic RouteImplWraps the route in RouteImplstatic RouteImplWraps the route in RouteImplRouteImpl.withPrefix(String prefix) Prefix the path (used forService.path(java.lang.String, spark.RouteGroup)) -
Uses of RouteImpl in spark.route
Methods in spark.route with parameters of type RouteImplModifier and TypeMethodDescriptionvoidRoutes.add(HttpMethod httpMethod, RouteImpl route) Add a route