Uses of Class
spark.TemplateEngine
Packages that use TemplateEngine
-
Uses of TemplateEngine in spark
Methods in spark with parameters of type TemplateEngineModifier and TypeMethodDescriptionvoidRoutable.connect(String path, String acceptType, TemplateViewRoute route, TemplateEngine engine) Map the route for HTTP CONNECT requestsvoidRoutable.connect(String path, TemplateViewRoute route, TemplateEngine engine) Map the route for HTTP CONNECT requestsstatic 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 methodvoidRoutable.delete(String path, String acceptType, TemplateViewRoute route, TemplateEngine engine) Map the route for HTTP DELETE requestsvoidRoutable.delete(String path, TemplateViewRoute route, TemplateEngine engine) Map the route for HTTP DELETE requestsstatic 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 requestsvoidRoutable.get(String path, String acceptType, TemplateViewRoute route, TemplateEngine engine) Map the route for HTTP GET requestsvoidRoutable.get(String path, TemplateViewRoute route, TemplateEngine engine) Map the route for HTTP GET 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 requestsvoidRoutable.head(String path, String acceptType, TemplateViewRoute route, TemplateEngine engine) Map the route for HTTP HEAD requestsvoidRoutable.head(String path, TemplateViewRoute route, TemplateEngine engine) Map the route for HTTP HEAD 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 requestsvoidRoutable.options(String path, String acceptType, TemplateViewRoute route, TemplateEngine engine) Map the route for HTTP OPTIONS requestsvoidRoutable.options(String path, TemplateViewRoute route, TemplateEngine engine) Map the route for HTTP OPTIONS 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 requestsvoidRoutable.patch(String path, String acceptType, TemplateViewRoute route, TemplateEngine engine) Map the route for HTTP PATCH requestsvoidRoutable.patch(String path, TemplateViewRoute route, TemplateEngine engine) Map the route for HTTP PATCH 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 requestsvoidRoutable.post(String path, String acceptType, TemplateViewRoute route, TemplateEngine engine) Map the route for HTTP POST requestsvoidRoutable.post(String path, TemplateViewRoute route, TemplateEngine engine) Map the route for HTTP POST 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 requestsvoidRoutable.put(String path, String acceptType, TemplateViewRoute route, TemplateEngine engine) Map the route for HTTP PUT requestsvoidRoutable.put(String path, TemplateViewRoute route, TemplateEngine engine) Map the route for HTTP PUT 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 requestsvoidRoutable.trace(String path, String acceptType, TemplateViewRoute route, TemplateEngine engine) Map the route for HTTP TRACE requestsvoidRoutable.trace(String path, TemplateViewRoute route, TemplateEngine engine) Map the route for HTTP TRACE 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 requests