Uses of Class
io.github.sigmacasino.HTMLTemplateRoute
Packages that use HTMLTemplateRoute
Package
Description
Classes that define the main routes of the casino.
Classes that handle account-related routes.
Classes for routes documenting the project.
Classes that handle games the casino offers.
-
Uses of HTMLTemplateRoute in io.github.sigmacasino.routes
Subclasses of HTMLTemplateRoute in io.github.sigmacasino.routesModifier and TypeClassDescriptionclass
The Account class handles the account route, displaying the user's account information.class
The route for the docs main page.class
The route for the games page.class
The Login class handles the GET request for displaying the login page.class
The Register class handles the GET request for displaying the registration page.class
The root route of the application (empty path). -
Uses of HTMLTemplateRoute in io.github.sigmacasino.routes.account
Subclasses of HTMLTemplateRoute in io.github.sigmacasino.routes.accountModifier and TypeClassDescriptionclass
The ResetPassword class handles the GET request for displaying the reset password page. -
Uses of HTMLTemplateRoute in io.github.sigmacasino.routes.docs
Subclasses of HTMLTemplateRoute in io.github.sigmacasino.routes.docsModifier and TypeClassDescriptionclass
The route for the ER diagrams page.class
The route for the interfaces documentation page.class
The route for the requirements page.class
The route for the risk analysis documentation page.class
The route for the project structure page.class
The route for the games page.class
The route for the tech stack documentation page.class
The route for the tests documentation page.class
The route for the UML diagrams page. -
Uses of HTMLTemplateRoute in io.github.sigmacasino.routes.games
Subclasses of HTMLTemplateRoute in io.github.sigmacasino.routes.gamesModifier and TypeClassDescriptionclass
Handles the "/games/horses" route, fetching horse race data based on a replay ID and populating the HTML template with the race details or an error flag.class
Handles the "/games/roulette" route, fetching roulette game data based on a replay ID and populating the HTML template with the game details or an error flag.