Uses of Interface
org.spincast.core.exchange.RequestContext
Packages that use RequestContext
Package
Description
-
Uses of RequestContext in org.spincast.core.controllers
Classes in org.spincast.core.controllers with type parameters of type RequestContextModifier and TypeClassDescriptionclassSpincastFrontController<R extends RequestContext<R>,W extends WebsocketContext<?>> -
Uses of RequestContext in org.spincast.core.exchange
Classes in org.spincast.core.exchange with type parameters of type RequestContextModifier and TypeInterfaceDescriptioninterfaceCacheHeadersRequestContextAddon<R extends RequestContext<?>>Request context add-on to work with cache headers.interfaceRequestContext<R extends RequestContext<?>>The base interface for a request context.classRequestContextBase<R extends RequestContext<R>>The base implementation for a request context object.classRequestContextBaseDeps<R extends RequestContext<R>>A wrapper object for the dependencies required by RequestContextBase.interfaceRequestContextFactory<R extends RequestContext<?>>Assisted factory to create request context instances.interfaceRequestRequestContextAddon<R extends RequestContext<?>>Methods related to the currentrequest.interfaceResponseRequestContextAddon<R extends RequestContext<?>>Methods to manipulate the response.interfaceVariablesRequestContextAddon<R extends RequestContext<?>>Methods to read and write request scoped variables.Subinterfaces of RequestContext in org.spincast.core.exchangeModifier and TypeInterfaceDescriptioninterfaceThe unparamaterized interface for the default request context.Classes in org.spincast.core.exchange that implement RequestContextModifier and TypeClassDescriptionclassThe default implementation of the request context. -
Uses of RequestContext in org.spincast.core.filters
Classes in org.spincast.core.filters with type parameters of type RequestContextModifier and TypeInterfaceDescriptioninterfaceSpincastFilters<R extends RequestContext<?>>Some filters provided by Spincast.classSpincastFiltersDefault<R extends RequestContext<?>>Spincast filters implementations. -
Uses of RequestContext in org.spincast.core.guice
Methods in org.spincast.core.guice that return types with arguments of type RequestContextModifier and TypeMethodDescriptionprotected Class<? extends RequestContext<?>>GuiceTweaker.getRequestContextImplementationClass()protected Class<? extends RequestContext<?>>SpincastGuiceModuleBase.getRequestContextImplementationClass()protected Class<? extends RequestContext<?>>SpincastPluginBase.getRequestContextImplementationClass()protected Class<? extends RequestContext<?>>SpincastGuiceModuleBase.getRequestContextInterface()Method parameters in org.spincast.core.guice with type arguments of type RequestContextModifier and TypeMethodDescriptionvoidGuiceTweaker.setRequestContextImplementationClass(Class<? extends RequestContext<?>> requestContextImplementationClass) voidSpincastContextTypesInterested.setRequestContextImplementationClass(Class<? extends RequestContext<?>> requestContextImplementationClass) The implementation class to use for RequestContext.voidSpincastGuiceModuleBase.setRequestContextImplementationClass(Class<? extends RequestContext<?>> requestContextImplementationClass) voidSpincastPluginBase.setRequestContextImplementationClass(Class<? extends RequestContext<?>> requestContextImplementationClass) Constructor parameters in org.spincast.core.guice with type arguments of type RequestContextModifierConstructorDescriptionSpincastCorePluginModule(Class<? extends RequestContext<?>> requestContextImplementationClass, Class<? extends WebsocketContext<?>> websocketContextImplementationClass) SpincastGuiceModuleBase(Class<? extends RequestContext<?>> requestContextImplementationClass, Class<? extends WebsocketContext<?>> websocketContextImplementationClass) -
Uses of RequestContext in org.spincast.core.routing
Classes in org.spincast.core.routing with type parameters of type RequestContextModifier and TypeClassDescriptionclassDefaultRouteParamAliasesBinder<R extends RequestContext<?>,W extends WebsocketContext<?>> Component that binds some default route parameter aliases.interfaceHandler<R extends RequestContext<?>>A route handler.interfaceRedirectHandler<R extends RequestContext<?>,W extends WebsocketContext<?>> Handle to generate the path to redirect a route to.interfaceRedirectRuleBuilder<R extends RequestContext<?>,W extends WebsocketContext<?>> Builder to create a redirection rule.interfaceRedirectRuleBuilderFactory<R extends RequestContext<?>,W extends WebsocketContext<?>> Factory to create RedirectRuleBuilders.interfaceRoute<R extends RequestContext<?>>Represents a regular route and all its informations.interfaceRouteBuilder<R extends RequestContext<?>>Builder to create a route.interfaceRouteBuilderFactory<R extends RequestContext<?>,W extends WebsocketContext<?>> Factory to create a route builder.interfaceRouteHandlerMatch<R extends RequestContext<?>>Represents a match found by the router.interfaceRouter<R extends RequestContext<?>,W extends WebsocketContext<?>> The router.interfaceRoutingRequestContextAddon<R extends RequestContext<?>>Add-on to get information about the current routing process.interfaceRoutingResult<R extends RequestContext<?>>The result of the router, when asked to find matches for a request.interfaceStaticResource<R extends RequestContext<?>>A static resource, from the classpath or the file system.interfaceStaticResourceBuilder<R extends RequestContext<?>>Builder to create static resources.interfaceStaticResourceBuilderFactory<R extends RequestContext<?>,W extends WebsocketContext<?>> Factory to create static resources builders.interfaceStaticResourceFactory<R extends RequestContext<?>> -
Uses of RequestContext in org.spincast.core.templating
Classes in org.spincast.core.templating with type parameters of type RequestContextModifier and TypeInterfaceDescriptioninterfaceTemplatingRequestContextAddon<R extends RequestContext<?>>Provides methods to deal with templating. -
Uses of RequestContext in org.spincast.core.websocket
Classes in org.spincast.core.websocket with type parameters of type RequestContextModifier and TypeInterfaceDescriptioninterfaceWebsocketController<R extends RequestContext<?>,W extends WebsocketContext<?>> A controller for a WebSocket connection.classWebsocketEndpointHandlerDefault<R extends RequestContext<?>,W extends WebsocketContext<?>> interfaceWebsocketEndpointHandlerFactory<R extends RequestContext<?>,W extends WebsocketContext<?>> interfaceWebsocketRoute<R extends RequestContext<?>,W extends WebsocketContext<?>> A WebSocket route.interfaceWebsocketRouteBuilder<R extends RequestContext<?>,W extends WebsocketContext<?>> Builder for WebSocket routes.interfaceWebsocketRouteBuilderFactory<R extends RequestContext<?>,W extends WebsocketContext<?>> Factory to create a WebSocket route builder.classWebsocketRouteHandler<R extends RequestContext<?>,W extends WebsocketContext<?>> Route handler that manages the upgrade from a HTTP request to a WebSocket connection, once the potential "before" filters have been ran.interfaceWebsocketRouteHandlerFactory<R extends RequestContext<?>,W extends WebsocketContext<?>>