| Package | Description |
|---|---|
| org.spincast.core.controllers | |
| org.spincast.core.routing | |
| org.spincast.core.websocket |
| Modifier and Type | Method and Description |
|---|---|
protected Router<R,W> |
SpincastFrontController.getRouter() |
| Constructor and Description |
|---|
SpincastFrontController(Router<R,W> router,
SpincastConfig spincastConfig,
SpincastDictionary spincastDictionary,
Server server,
RequestContextFactory<R> requestCreationFactory,
SpincastRequestScope spincastRequestScope,
Type requestContextType,
JsonManager jsonManager,
XmlManager xmlManager)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
DefaultRouteParamAliasesBinder.bindAlphaAlias(boolean insensitive,
Router<R,W> router) |
protected void |
DefaultRouteParamAliasesBinder.bindAlphaNumericAlias(boolean insensitive,
Router<R,W> router) |
protected void |
DefaultRouteParamAliasesBinder.bindAlphaNumericPlusAlias(boolean insensitive,
Router<R,W> router) |
protected void |
DefaultRouteParamAliasesBinder.bindAlphaPlusAlias(boolean insensitive,
Router<R,W> router) |
protected void |
DefaultRouteParamAliasesBinder.bindNumericAlias(boolean insensitive,
Router<R,W> router) |
protected void |
DefaultRouteParamAliasesBinder.bindNumericPlusAlias(boolean insensitive,
Router<R,W> router) |
RouteBuilder<R> |
RouteBuilderFactory.create(Router<R,W> router)
Creates a route builder using the specified router.
|
StaticResourceBuilder<R> |
StaticResourceBuilderFactory.create(Router<R,W> router,
boolean isDir)
Creates a static resources builder by specifying
if the resource to build is a file or a directory.
|
RedirectRuleBuilder |
RedirectRuleBuilderFactory.create(Router<R,W> router,
String oldPath) |
protected void |
DefaultRouteParamAliasesBinder.init(SpincastConfig spincastConfig,
Router<R,W> router)
Init : binds the aliases.
|
| Modifier and Type | Method and Description |
|---|---|
WebsocketRouteBuilder<R,W> |
WebsocketRouteBuilderFactory.create(Router<R,W> router)
Creates a WebSocket route builder using the specified router.
|
Copyright © 2017. All rights reserved.