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 RouteImplprivate RouteImplRoutable.createRouteImpl(String path, String acceptType, Route route) Create route implementation or use default response transformerprivate RouteImplRoutable.createRouteImpl(String path, Route route) Create route implementation or use default response transformerRouteImpl.withPrefix(String prefix) Prefix the path (used forService.path(java.lang.String, spark.RouteGroup))Modifier and TypeMethodDescriptionprotected abstract voidDeprecated.protected abstract voidRoutable.addRoute(HttpMethod httpMethod, RouteImpl route) Adds a routevoidDeprecated.voidService.addRoute(HttpMethod httpMethod, RouteImpl route) -
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