public.javadoc.org.spincast.plugins.routing.DefaultRouterDefault.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spincast-website Show documentation
Show all versions of spincast-website Show documentation
Source code for the https://www.spincast.org website.
DefaultRouterDefault (org.spincast:spincast-framework 1.14.0 API)
org.spincast.plugins.routing
Class DefaultRouterDefault
- java.lang.Object
-
- org.spincast.plugins.routing.SpincastRouter<DefaultRequestContext,DefaultWebsocketContext>
-
- org.spincast.plugins.routing.DefaultRouterDefault
-
- All Implemented Interfaces:
- Router<DefaultRequestContext,DefaultWebsocketContext>, DefaultRouter
public class DefaultRouterDefault
extends SpincastRouter<DefaultRequestContext,DefaultWebsocketContext>
implements DefaultRouter
An implementation of the DefaultRouter interface, for easy
usage of the default version of the Router.
-
-
Field Summary
-
Fields inherited from class org.spincast.plugins.routing.SpincastRouter
logger
-
Fields inherited from interface org.spincast.core.routing.Router
DEFAULT_ROUTE_PATH
-
Constructor Summary
Constructors
Constructor and Description
DefaultRouterDefault(SpincastRouterDeps<DefaultRequestContext,DefaultWebsocketContext> spincastRouterDeps)
-
Method Summary
-
Methods inherited from class org.spincast.plugins.routing.SpincastRouter
addDefaultFilters, addRoute, addRouteParamPatternAlias, addStaticResource, addWebsocketRoute, ALL, ALL, cors, cors, cors, cors, cors, cors, cors, cors, cors, cors, cors, cors, cors, cors, createHandlerMatchForBeforeOrAfterFilter, createHttpRouteFromWebsocketRoute, createNoMatchingParamsHandlerMatch, createRegularHandlerMatches, createRoutingResult, DELETE, DELETE, dir, exception, exception, file, GET, GET, getDictionary, getGlobalAfterFiltersPerPosition, getGlobalAfterFiltersRoutes, getGlobalBeforeFiltersPerPosition, getGlobalBeforeFiltersRoutes, getMainRoutes, getPattern, getPatternFromAlias, getRedirectRuleBuilderFactory, getRoute, getRouteBuilderFactory, getRouteFactory, getRouteHandlerMatchFactory, getRouteParamPatternAliases, getServer, getSpincastConfig, getSpincastFilters, getSpincastRouterConfig, getSpincastRoutingUtils, getStaticResourceBuilderFactory, getStaticResourceFactory, getWebsocketRouteBuilderFactory, getWebsocketRouteHandlerFactory, HEAD, HEAD, httpAuth, init, isCreateStaticResourceOnDisk, isMustSkipResourceRequest, isRouteMatchAcceptedContentType, isRouteMatchHttpMethod, isRoutingTypeMatch, methods, methods, methods, methods, notFound, notFound, OPTIONS, OPTIONS, PATCH, PATCH, POST, POST, PUT, PUT, redirect, removeAllRoutes, removeAllRoutes, removeRoute, route, route, route, startsWithAnyOf, TRACE, TRACE, validateId, validatePath, validatePath, validation, websocket
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.spincast.core.routing.Router
addRoute, addRouteParamPatternAlias, addStaticResource, addWebsocketRoute, ALL, ALL, cors, cors, cors, cors, cors, cors, cors, cors, cors, cors, cors, cors, cors, cors, DELETE, DELETE, dir, exception, exception, file, GET, GET, getGlobalAfterFiltersRoutes, getGlobalBeforeFiltersRoutes, getMainRoutes, getRoute, getRouteParamPatternAliases, HEAD, HEAD, httpAuth, methods, methods, methods, methods, notFound, notFound, OPTIONS, OPTIONS, PATCH, PATCH, POST, POST, PUT, PUT, redirect, removeAllRoutes, removeAllRoutes, removeRoute, route, route, TRACE, TRACE, websocket
-
-
Constructor Detail
-
DefaultRouterDefault
@Inject
public DefaultRouterDefault(SpincastRouterDeps<DefaultRequestContext,DefaultWebsocketContext> spincastRouterDeps)
Copyright © 2019. All rights reserved.