Uses of Interface
spark.TemplateViewRoute
Packages that use TemplateViewRoute
-
Uses of TemplateViewRoute in spark
Methods in spark with parameters of type TemplateViewRouteModifier and TypeMethodDescriptionstatic voidSpark.connect(String path, String acceptType, TemplateViewRoute route, TemplateEngine engine) Map the route for HTTP CONNECT requestsstatic voidSpark.connect(String path, TemplateViewRoute route, TemplateEngine engine) Map the route for HTTP CONNECT requestsstatic TemplateViewRouteImplTemplateViewRouteImpl.create(String path, String acceptType, TemplateViewRoute route, TemplateEngine engine) factory methodstatic TemplateViewRouteImplTemplateViewRouteImpl.create(String path, TemplateViewRoute route, TemplateEngine engine) factory methodstatic voidSpark.delete(String path, String acceptType, TemplateViewRoute route, TemplateEngine engine) Map the route for HTTP DELETE requestsstatic voidSpark.delete(String path, TemplateViewRoute route, TemplateEngine engine) Map the route for HTTP DELETE requestsstatic voidSpark.get(String path, String acceptType, TemplateViewRoute route, TemplateEngine engine) Map the route for HTTP GET requestsstatic voidSpark.get(String path, TemplateViewRoute route, TemplateEngine engine) Map the route for HTTP GET requestsstatic voidSpark.head(String path, String acceptType, TemplateViewRoute route, TemplateEngine engine) Map the route for HTTP HEAD requestsstatic voidSpark.head(String path, TemplateViewRoute route, TemplateEngine engine) Map the route for HTTP HEAD requestsstatic voidSpark.options(String path, String acceptType, TemplateViewRoute route, TemplateEngine engine) Map the route for HTTP OPTIONS requestsstatic voidSpark.options(String path, TemplateViewRoute route, TemplateEngine engine) Map the route for HTTP OPTIONS requestsstatic voidSpark.patch(String path, String acceptType, TemplateViewRoute route, TemplateEngine engine) Map the route for HTTP PATCH requestsstatic voidSpark.patch(String path, TemplateViewRoute route, TemplateEngine engine) Map the route for HTTP PATCH requestsstatic voidSpark.post(String path, String acceptType, TemplateViewRoute route, TemplateEngine engine) Map the route for HTTP POST requestsstatic voidSpark.post(String path, TemplateViewRoute route, TemplateEngine engine) Map the route for HTTP POST requestsstatic voidSpark.put(String path, String acceptType, TemplateViewRoute route, TemplateEngine engine) Map the route for HTTP PUT requestsstatic voidSpark.put(String path, TemplateViewRoute route, TemplateEngine engine) Map the route for HTTP PUT requestsstatic voidSpark.trace(String path, String acceptType, TemplateViewRoute route, TemplateEngine engine) Map the route for HTTP TRACE requestsstatic voidSpark.trace(String path, TemplateViewRoute route, TemplateEngine engine) Map the route for HTTP TRACE requestsConstructors in spark with parameters of type TemplateViewRouteModifierConstructorDescriptionprotectedTemplateViewRouteImpl(String path, String acceptType, TemplateViewRoute route) Constructor