Class TechStack
java.lang.Object
io.github.sigmacasino.HTTPRoute
io.github.sigmacasino.GetRoute
io.github.sigmacasino.HTMLTemplateRoute
io.github.sigmacasino.routes.docs.TechStack
- All Implemented Interfaces:
spark.Route
The route for the tech stack documentation page.
-
Field Summary
Fields inherited from class io.github.sigmacasino.HTTPRoute
app, loginRequired, path
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHTMLTemplatePath
(spark.Request request) Returns the path to the Jinjava HTML template.Methods inherited from class io.github.sigmacasino.HTMLTemplateRoute
getNotificationDefinitions, handleGet, populateContext
Methods inherited from class io.github.sigmacasino.GetRoute
handle, registerSparkRoute
-
Constructor Details
-
TechStack
-
-
Method Details
-
getHTMLTemplatePath
Description copied from class:HTMLTemplateRoute
Returns the path to the Jinjava HTML template.- Specified by:
getHTMLTemplatePath
in classHTMLTemplateRoute
-