| Modifier and Type | Class and Description |
|---|---|
class |
SpincastFrontController<R extends IRequestContext<R>,W extends IWebsocketContext<?>> |
| 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<?>,W extends IWebsocketContext<?>>
Component that binds some default route parameter aliases.
|
interface |
IHandler<R extends IRequestContext<?>>
A route handler.
|
interface |
IRoute<R extends IRequestContext<?>>
Represents a regular route and all its informations.
|
interface |
IRouteBuilder<R extends IRequestContext<?>>
Builder to create a route.
|
interface |
IRouteBuilderFactory<R extends IRequestContext<?>,W extends IWebsocketContext<?>>
Factory to create a route builder.
|
interface |
IRouteHandlerMatch<R extends IRequestContext<?>>
Reprensents a match found by the router.
|
interface |
IRouter<R extends IRequestContext<?>,W extends IWebsocketContext<?>>
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<?>,W extends IWebsocketContext<?>>
Factory to create static resources builders.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ITemplatingRequestContextAddon<R extends IRequestContext<?>>
Provides methods to deal with templating.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IWebsocketController<R extends IRequestContext<?>,W extends IWebsocketContext<?>>
A controller for a WebSocket connection.
|
interface |
IWebsocketEndpointHandlerFactory<R extends IRequestContext<?>,W extends IWebsocketContext<?>> |
interface |
IWebsocketRoute<R extends IRequestContext<?>,W extends IWebsocketContext<?>>
A WebSocket route.
|
interface |
IWebsocketRouteBuilder<R extends IRequestContext<?>,W extends IWebsocketContext<?>>
Builder for WebSocket routes.
|
interface |
IWebsocketRouteBuilderFactory<R extends IRequestContext<?>,W extends IWebsocketContext<?>>
Factory to create a WebSocket route builder.
|
interface |
IWebsocketRouteHandlerFactory<R extends IRequestContext<?>,W extends IWebsocketContext<?>> |
class |
WebsocketEndpointHandler<R extends IRequestContext<?>,W extends IWebsocketContext<?>> |
class |
WebsocketRouteHandler<R extends IRequestContext<?>,W extends IWebsocketContext<?>>
Route handler that manages the upgrade from
a HTTP request to a WebSocket connection, once the
potential "before" filters have been ran.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SpincastCookiesRequestContextAddon<R extends IRequestContext<?>> |
| Modifier and Type | Method and Description |
|---|---|
protected com.google.inject.Provider<IRequestContext<?>> |
SpincastLocaleResolver.getRequestContextProvider() |
| Constructor and Description |
|---|
SpincastLocaleResolver(ISpincastConfig spincastConfig,
com.google.inject.Provider<IRequestContext<?>> requestContextProvider) |
| Modifier and Type | Class and Description |
|---|---|
class |
SpincastRequestRequestContextAddon<R extends IRequestContext<?>> |
| Modifier and Type | Class and Description |
|---|---|
class |
SpincastResponseRequestContextAddon<R extends IRequestContext<?>> |
| Modifier and Type | Class and Description |
|---|---|
class |
SpincastTemplatingRequestContextAddon<R extends IRequestContext<?>> |
| Modifier and Type | Class and Description |
|---|---|
class |
SpincastVariablesRequestContextAddon<R extends IRequestContext<?>> |
| Modifier and Type | Class and Description |
|---|---|
class |
SpincastIntegrationTestBase<R extends IRequestContext<?>,W extends IWebsocketContext<?>>
Base class for tests that need the HTTP/WebSocket server
to be started.
|
class |
SpincastNoAppIntegrationTestBase<R extends IRequestContext<?>,W extends IWebsocketContext<?>>
Base class for tests that needs the HTTP/WebSocket server
to be started, but that are not using the boostraping
process of an existing application to create the Guice context
and start the server.
|
Copyright © 2016. All rights reserved.