| Package | Description |
|---|---|
| org.spincast.quickstart | |
| org.spincast.quickstart.controller | |
| org.spincast.quickstart.exchange |
| Modifier and Type | Method and Description |
|---|---|
protected org.spincast.core.filters.SpincastFilters<AppRequestContext> |
App.getSpincastFilters() |
| Constructor and Description |
|---|
App(org.spincast.core.server.Server server,
AppConfig config,
AppRouter router,
AppController appController,
org.spincast.core.filters.SpincastFilters<AppRequestContext> spincastFilters)
The application constructor that Guice will call
with the required dependencies.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AppController.exception(AppRequestContext context)
Route Handler to manage exceptions
|
void |
AppController.indexPage(AppRequestContext context)
Index page handler
|
void |
AppController.notFound(AppRequestContext context)
Route Handler to manage 404
|
void |
AppController.sumRoute(AppRequestContext context)
/sum route handler
|
| Modifier and Type | Class and Description |
|---|---|
class |
AppRequestContextDefault
Implementation of our custom Request Context type.
|
| Constructor and Description |
|---|
AppRequestContextDefault(Object exchange,
org.spincast.core.exchange.RequestContextBaseDeps<AppRequestContext> requestContextBaseDeps) |
AppRouterDefault(org.spincast.plugins.routing.SpincastRouterDeps<AppRequestContext,AppWebsocketContext> spincastRouterDeps) |
Copyright © 2016. All rights reserved.