Uses of Class
io.github.sigmacasino.App
Packages that use App
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 App in io.github.sigmacasino
Fields in io.github.sigmacasino declared as AppModifier and TypeFieldDescriptionprotected final App
HTTPRoute.app
The App object that the route is associated with.Constructors in io.github.sigmacasino with parameters of type AppModifierConstructorDescriptionprotected
Creates a new GET route.protected
HTMLTemplateRoute
(App app, String path) Creates a new HTMLTemplateRoute.protected
Constructor for the HTTPRoute class.protected
Constructs a new PostRoute. -
Uses of App in io.github.sigmacasino.routes
Constructors in io.github.sigmacasino.routes with parameters of type AppModifierConstructorDescriptionConstructs an Account route with the specified application.Constructs a Login route with the specified application.Constructs a LoginPost route with the specified application.Constructs a Logout route with the specified application.Constructs a Register route with the specified application.RegisterPost
(App app) Constructs a RegisterPost route with the specified application.StripeWebhook
(App app) -
Uses of App in io.github.sigmacasino.routes.account
Constructors in io.github.sigmacasino.routes.account with parameters of type AppModifierConstructorDescriptionResetPassword
(App app) Constructs a ResetPassword route with the specified application.ResetPasswordPost
(App app) Constructs a ResetPasswordPost route with the specified application.StripeDeposit
(App app) StripeResult
(App app) StripeWithdraw
(App app) -
Uses of App in io.github.sigmacasino.routes.docs
Constructors in io.github.sigmacasino.routes.docs with parameters of type AppModifierConstructorDescriptionInterfaces
(App app) Requirements
(App app) RiskAnalysis
(App app) SystemArchitecture
(App app) -
Uses of App in io.github.sigmacasino.routes.games
Constructors in io.github.sigmacasino.routes.games with parameters of type AppModifierConstructorDescriptionInitializes the route handler with the app instance and sets the route path.HorsesPost
(App app) Initializes the route handler with the app instance and sets the route path.Initializes the route handler with the app instance and sets the route path.RoulettePost
(App app) Initializes the route handler with the app instance and sets the route path.