| Modifier and Type | Method and Description |
|---|---|
protected IServer |
SpincastFrontController.getServer() |
| Constructor and Description |
|---|
SpincastFrontController(IRouter<R> router,
ISpincastConfig spincastConfig,
ISpincastDictionary spincastDictionary,
IServer server,
IRequestContextFactory<R> requestCreationFactory,
SpincastRequestScope spincastRequestScope,
Type requestContextType)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected IServer |
SpincastCookiesRequestContextAddon.getServer() |
| Constructor and Description |
|---|
SpincastCookiesRequestContextAddon(R requestContext,
IServer server,
ICookieFactory cookieFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected IServer |
SpincastRequestRequestContextAddon.getServer() |
| Constructor and Description |
|---|
SpincastRequestRequestContextAddon(R requestContext,
IServer server,
IJsonManager jsonManager,
IXmlManager xmlManager,
ISpincastUtils spincastUtils,
ISpincastConfig spincastConfig) |
| Modifier and Type | Method and Description |
|---|---|
protected IServer |
SpincastResponseRequestContextAddon.getServer() |
| Constructor and Description |
|---|
SpincastResponseRequestContextAddon(R requestContext,
IServer server,
IJsonManager jsonManager,
IXmlManager xmlManager,
ISpincastConfig spincastConfig,
ISpincastUtils spincastUtils) |
| Modifier and Type | Method and Description |
|---|---|
protected IServer |
SpincastRouter.getServer() |
| Modifier and Type | Class and Description |
|---|---|
class |
SpincastUndertowServer
Server implementation for Undertow.
|
| Modifier and Type | Method and Description |
|---|---|
protected Class<? extends IServer> |
SpincastUndertowPluginGuiceModule.getSpincastUndertowServerClass() |
| Modifier and Type | Method and Description |
|---|---|
protected IServer |
App.getServer() |
| Constructor and Description |
|---|
App(IServer server,
IAppConfig config,
IAppRouter router,
IAppController appController,
ISpincastFilters<IAppRequestContext> spincastFilters)
The application constructor which Guice will call
with the required dependencies.
|
| Constructor and Description |
|---|
AppRouter(ISpincastRouterConfig spincastRouterConfig,
IRouteFactory<IAppRequestContext> routeFactory,
ISpincastConfig spincastConfig,
ISpincastDictionary spincastDictionary,
IServer server,
ISpincastFilters<IAppRequestContext> spincastFilters,
IRouteBuilderFactory<IAppRequestContext> routeBuilderFactory,
IStaticResourceBuilderFactory<IAppRequestContext> staticResourceBuilderFactory,
IRouteHandlerMatchFactory<IAppRequestContext> routeHandlerMatchFactory,
IStaticResourceFactory<IAppRequestContext> staticResourceFactory) |
| Modifier and Type | Method and Description |
|---|---|
protected IServer |
SpincastIntegrationTestBase.getServer() |
| Modifier and Type | Method and Description |
|---|---|
protected IServer |
App.getServer() |
| Constructor and Description |
|---|
App(IServer server,
IAppConfig config,
IRouter<IAppRequestContext> router,
AppController appController,
ErrorController errorController,
FeedController feedController,
ISpincastFilters<IAppRequestContext> spincastFilters) |
Copyright © 2016. All rights reserved.