| Modifier and Type | Class and Description |
|---|---|
class |
SpincastFrontController<R extends IRequestContext<R>> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ICookiesRequestContextAddon<R extends IRequestContext<?>>
Request context add-on to work with cookies.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IRequestContext<R extends IRequestContext<?>>
The base interface for a request context.
|
interface |
IRequestContextFactory<R extends IRequestContext<?>>
Assisted factory to create request context instances.
|
interface |
IRequestRequestContextAddon<R extends IRequestContext<?>>
Methods related to the current
request. |
interface |
IResponseRequestContextAddon<R extends IRequestContext<?>>
Methods to manipulate the response.
|
interface |
IVariablesRequestContextAddon<R extends IRequestContext<?>>
Methods to read and write request scoped variables.
|
class |
RequestContextBase<R extends IRequestContext<R>>
The base implementation for a request context object.
|
class |
RequestContextBaseDeps<R extends IRequestContext<R>>
A wrapper object for the dependencies required by RequestContextBase.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IDefaultRequestContext
The unparamaterized interface for the default
request context.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultRequestContext
The default implementation of the request context.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ISpincastFilters<R extends IRequestContext<?>>
Some filters provided by Spincast.
|
class |
SpincastFilters<R extends IRequestContext<?>>
Spincast filters implementations.
|
| Modifier and Type | Method and Description |
|---|---|
protected Class<? extends IRequestContext<?>> |
SpincastCoreGuiceModule.getRequestContextImplementationClass()
The implementation to use for the request context objects.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultRouteParamAliasesBinder<R extends IRequestContext<?>>
Component that binds some default route parameter aliases.
|
interface |
IHandler<R extends IRequestContext<?>>
A route handler.
|
interface |
IRoute<R extends IRequestContext<?>>
Represents a route and all its informations.
|
interface |
IRouteBuilder<R extends IRequestContext<?>>
Builder to create a route.
|
interface |
IRouteBuilderFactory<R extends IRequestContext<?>>
Factory to create a route builder.
|
interface |
IRouteHandlerMatch<R extends IRequestContext<?>>
Reprensents a match found by the router.
|
interface |
IRouter<R extends IRequestContext<?>>
The router.
|
interface |
IRoutingRequestContextAddon<R extends IRequestContext<?>>
Add-on to get information about
the current routing process.
|
interface |
IRoutingResult<R extends IRequestContext<?>>
The result of the router, when asked to find matches for
a request.
|
interface |
IStaticResource<R extends IRequestContext<?>>
A static resource, from the classpath or the
file system.
|
interface |
IStaticResourceBuilder<R extends IRequestContext<?>>
Builder to create static resources.
|
interface |
IStaticResourceBuilderFactory<R extends IRequestContext<?>>
Factory to create static resources builders.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ITemplatingRequestContextAddon<R extends IRequestContext<?>>
Provides methods to deal with templating.
|
Copyright © 2016. All rights reserved.