| Package | Description |
|---|---|
| org.spincast.quickstart | |
| org.spincast.quickstart.exchange |
| Modifier and Type | Method and Description |
|---|---|
protected IAppRouter |
App.getRouter() |
| Constructor and Description |
|---|
App(org.spincast.core.server.IServer server,
IAppConfig config,
IAppRouter router,
IAppController appController,
org.spincast.core.filters.ISpincastFilters<IAppRequestContext> spincastFilters)
The application constructor which Guice will call
with the required dependencies.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AppRouter
The only purpose of this class is to make it
easier to inject the application specific router by using
"IAppRouter" instead of "IRouter<IAppRequestContext>".
|
Copyright © 2016. All rights reserved.