| Package | Description |
|---|---|
| org.spincast.core.controllers | |
| org.spincast.core.routing | |
| org.spincast.core.websocket |
| Modifier and Type | Method and Description |
|---|---|
protected IRouter<R,W> |
SpincastFrontController.getRouter() |
| Constructor and Description |
|---|
SpincastFrontController(IRouter<R,W> router,
ISpincastConfig spincastConfig,
ISpincastDictionary spincastDictionary,
IServer server,
IRequestContextFactory<R> requestCreationFactory,
SpincastRequestScope spincastRequestScope,
Type requestContextType,
IJsonManager jsonManager,
IXmlManager xmlManager)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultRouteParamAliasesBinder.bindAlphaAlias(boolean insensitive,
IRouter<R,W> router) |
protected void |
DefaultRouteParamAliasesBinder.bindAlphaNumericAlias(boolean insensitive,
IRouter<R,W> router) |
protected void |
DefaultRouteParamAliasesBinder.bindAlphaNumericPlusAlias(boolean insensitive,
IRouter<R,W> router) |
protected void |
DefaultRouteParamAliasesBinder.bindAlphaPlusAlias(boolean insensitive,
IRouter<R,W> router) |
protected void |
DefaultRouteParamAliasesBinder.bindNumericAlias(boolean insensitive,
IRouter<R,W> router) |
protected void |
DefaultRouteParamAliasesBinder.bindNumericPlusAlias(boolean insensitive,
IRouter<R,W> router) |
IRouteBuilder<R> |
IRouteBuilderFactory.create(IRouter<R,W> router)
Creates a route builder using the specified router.
|
IStaticResourceBuilder<R> |
IStaticResourceBuilderFactory.create(IRouter<R,W> router,
boolean isDir)
Creates a static resources builder by specifying
if the resource to build is a file or a directory.
|
IRedirectRuleBuilder |
IRedirectRuleBuilderFactory.create(IRouter<R,W> router,
String oldPath) |
protected void |
DefaultRouteParamAliasesBinder.init(ISpincastConfig spincastConfig,
IRouter<R,W> router)
Init : binds the aliases.
|
| Modifier and Type | Method and Description |
|---|---|
IWebsocketRouteBuilder<R,W> |
IWebsocketRouteBuilderFactory.create(IRouter<R,W> router)
Creates a WebSocket route builder using the specified router.
|
Copyright © 2016. All rights reserved.