| Package | Description |
|---|---|
| org.spincast.website | |
| org.spincast.website.controllers | |
| org.spincast.website.repositories |
| Modifier and Type | Class and Description |
|---|---|
class |
AppConfig
We use the "spincast-plugins-config-properties-file" plugin,
so we can override some configurations in an "app.properties" file.
|
| Modifier and Type | Method and Description |
|---|---|
protected IAppConfig |
App.getConfig() |
| Constructor and Description |
|---|
App(org.spincast.core.server.IServer server,
IAppConfig config,
org.spincast.core.routing.IRouter<IAppRequestContext> router,
AppController appController,
ErrorController errorController,
FeedController feedController,
org.spincast.core.filters.ISpincastFilters<IAppRequestContext> spincastFilters) |
| Modifier and Type | Method and Description |
|---|---|
protected IAppConfig |
FeedController.getAppConfig() |
protected IAppConfig |
AppController.getAppConfig() |
| Constructor and Description |
|---|
AppController(String[] mainArgs,
org.spincast.core.json.IJsonManager jsonManager,
org.spincast.core.utils.ISpincastUtils spincastUtils,
INewsService newsService,
IAppConfig appConfig) |
FeedController(INewsService newsService,
IAppConfig appConfig)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected IAppConfig |
HardcodedNewsRepository.getAppConfig() |
| Constructor and Description |
|---|
HardcodedNewsRepository(IAppConfig appConfig) |
Copyright © 2016. All rights reserved.