Uses of Class
io.github.sigmacasino.GetRoute
Packages that use GetRoute
Package
Description
Root package of the application.
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 GetRoute in io.github.sigmacasino
Subclasses of GetRoute in io.github.sigmacasinoModifier and TypeClassDescriptionclass
A GET route that renders a Jinjava HTML template. -
Uses of GetRoute in io.github.sigmacasino.routes
Subclasses of GetRoute 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
Redirects the user to the main page.class
The Login class handles the GET request for displaying the login page.class
The Logout class handles the GET request for logging out the user.class
The Register class handles the GET request for displaying the registration page.class
The root route of the application (empty path). -
Uses of GetRoute in io.github.sigmacasino.routes.account
Subclasses of GetRoute in io.github.sigmacasino.routes.accountModifier and TypeClassDescriptionclass
The ResetPassword class handles the GET request for displaying the reset password page.class
A route that shows the result of a Stripe payment to the user. -
Uses of GetRoute in io.github.sigmacasino.routes.docs
Subclasses of GetRoute 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 GetRoute in io.github.sigmacasino.routes.games
Subclasses of GetRoute 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.