Uses of Interface
org.spincast.core.routing.Handler
Packages that use Handler
Package
Description
-
Uses of Handler in org.spincast.core.controllers
Methods in org.spincast.core.controllers that return HandlerModifier and TypeMethodDescriptionSpincastFrontController.getDefaultNotFoundHandler()Create the default Not Found handler -
Uses of Handler in org.spincast.core.routing
Methods in org.spincast.core.routing that return HandlerModifier and TypeMethodDescriptionStaticResource.getGenerator()The generator to call to generate this resource if it doesn't exist yet.RouteHandlerMatch.getHandler()The route handler.Route.getMainHandler()The main handler.Methods in org.spincast.core.routing that return types with arguments of type HandlerModifier and TypeMethodDescriptionRoute.getAfterFilters()The "after" filters, if any.Route.getBeforeFilters()The "before" filters, if any.Methods in org.spincast.core.routing with parameters of type HandlerModifier and TypeMethodDescriptionAdds an "after" filter which will only be applied to this particular route.Adds a "before" filter which will only be applied to this particular route.Creates and returns the route without adding it to the router.StaticResourceFactory.create(boolean isSpicastOrPluginAddedResource, StaticResourceType staticResourceType, String url, String path, Handler<R> generator, StaticResourceCorsConfig corsConfig, StaticResourceCacheConfig cacheConfig, boolean ignoreQueryString, boolean hotlinkingProtected, HotlinkingManager hotlinkingManager) voidCreates a route considered during an "Exception" routing process.voidCreates a route considered during an "Exception" routing process.voidCreates the route and saves it to the router.voidSaves the static resource route.voidSaves the static resource route.voidCreates a route considered during an "Not Found" routing process.voidCreates a route considered during an "Not Found" routing process. -
Uses of Handler in org.spincast.core.websocket
Classes in org.spincast.core.websocket that implement HandlerModifier and TypeClassDescriptionclassWebsocketRouteHandler<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.Methods in org.spincast.core.websocket that return HandlerModifier and TypeMethodDescriptionWebsocketRouteHandlerFactory.createWebsocketRouteHandler(WebsocketRoute<R, W> websocketRoute) Methods in org.spincast.core.websocket that return types with arguments of type HandlerModifier and TypeMethodDescriptionWebsocketRoute.getBeforeFilters()The "before" filters, if any.Methods in org.spincast.core.websocket with parameters of type Handler