| Package | Description |
|---|---|
| org.spincast.core.controllers | |
| org.spincast.core.routing |
| Modifier and Type | Method and Description |
|---|---|
protected IRouter<R> |
SpincastFrontController.getRouter() |
| 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 void |
DefaultRouteParamAliasesBinder.bindAlphaAlias(boolean insensitive,
IRouter<R> router) |
protected void |
DefaultRouteParamAliasesBinder.bindAlphaNumericAlias(boolean insensitive,
IRouter<R> router) |
protected void |
DefaultRouteParamAliasesBinder.bindAlphaNumericPlusAlias(boolean insensitive,
IRouter<R> router) |
protected void |
DefaultRouteParamAliasesBinder.bindAlphaPlusAlias(boolean insensitive,
IRouter<R> router) |
protected void |
DefaultRouteParamAliasesBinder.bindNumericAlias(boolean insensitive,
IRouter<R> router) |
protected void |
DefaultRouteParamAliasesBinder.bindNumericPlusAlias(boolean insensitive,
IRouter<R> router) |
IRouteBuilder<R> |
IRouteBuilderFactory.create(IRouter<R> router)
Creates a route builder using the specified router.
|
IStaticResourceBuilder<R> |
IStaticResourceBuilderFactory.create(IRouter<R> router,
boolean isDir)
Creates a static resources builder by specifying
if the resource to build is a file or a directory.
|
protected void |
DefaultRouteParamAliasesBinder.init(ISpincastConfig spincastConfig,
IRouter<R> router)
Init : binds the aliases.
|
Copyright © 2016. All rights reserved.