- addCommonModelElements(AppRequestContext) - Method in class org.spincast.quickstart.controller.AppController
-
Adds some common elements to the response's model.
- addRoutes(AppRouter, AppController, SpincastFilters<AppRequestContext>) - Method in class org.spincast.quickstart.App
-
Route definitions
- App - Class in org.spincast.quickstart
-
Application main class.
- App() - Constructor for class org.spincast.quickstart.App
-
- AppConfig - Interface in org.spincast.quickstart.config
-
Application's custom configurations.
- AppConfigDefault - Class in org.spincast.quickstart.config
-
Implementation for the application's custom configurations.
- AppConfigDefault(SpincastConfigPluginConfig) - Constructor for class org.spincast.quickstart.config.AppConfigDefault
-
Constructor
- AppController - Class in org.spincast.quickstart.controller
-
The application controller.
- AppController(AppConfig) - Constructor for class org.spincast.quickstart.controller.AppController
-
- AppHandler - Interface in org.spincast.quickstart.exchange
-
The only purpose of this interface is to make it
easier to declare a Route Handler as "AppHandler"
instead of "Handler<AppRequestContext>".
- AppModule - Class in org.spincast.quickstart.guice
-
Guice module for the application.
- AppModule() - Constructor for class org.spincast.quickstart.guice.AppModule
-
- AppRequestContext - Interface in org.spincast.quickstart.exchange
-
Interface of our custom Request Context type.
- AppRequestContextDefault - Class in org.spincast.quickstart.exchange
-
Implementation of our custom Request Context type.
- AppRequestContextDefault(Object, RequestContextBaseDeps<AppRequestContext>, HttpClient) - Constructor for class org.spincast.quickstart.exchange.AppRequestContextDefault
-
- AppRouter - Interface in org.spincast.quickstart.exchange
-
The only purpose of this interface is to make it
easier to inject the application specific Router by using
"AppRouter" instead of "Router<AppRequestContext, AppWebsocketContext>".
- AppRouterDefault - Class in org.spincast.quickstart.exchange
-
The only purpose of this class is to make it
easier to inject the application specific Router by using
"AppRouter" instead of "Router<AppRequestContext, AppWebsocketContext>".
- AppRouterDefault(SpincastRouterDeps<AppRequestContext, AppWebsocketContext>) - Constructor for class org.spincast.quickstart.exchange.AppRouterDefault
-
- AppWebsocketContext - Interface in org.spincast.quickstart.exchange
-
Custom type which allows our application to
extend the default Websocket Context.
- AppWebsocketContextDefault - Class in org.spincast.quickstart.exchange
-
Implementation of our custom Websocket Context type.
- AppWebsocketContextDefault(String, String, WebsocketPeerManager, WebsocketContextBaseDeps<AppWebsocketContext>) - Constructor for class org.spincast.quickstart.exchange.AppWebsocketContextDefault
-