Uses of Interface
org.spincast.plugins.routing.RouteHandlerMatchFactory
Packages that use RouteHandlerMatchFactory
-
Uses of RouteHandlerMatchFactory in org.spincast.plugins.routing
Methods in org.spincast.plugins.routing that return RouteHandlerMatchFactoryModifier and TypeMethodDescriptionprotected RouteHandlerMatchFactory<R>SpincastRouter.getRouteHandlerMatchFactory()SpincastRouterDeps.getRouteHandlerMatchFactory()Constructors in org.spincast.plugins.routing with parameters of type RouteHandlerMatchFactoryModifierConstructorDescriptionSpincastRouterDeps(SpincastRouterConfig spincastRouterConfig, RouteFactory<R> routeFactory, org.spincast.core.config.SpincastConfig spincastConfig, org.spincast.core.dictionary.Dictionary dictionary, org.spincast.core.server.Server server, org.spincast.core.filters.SpincastFilters<R> spincastFilters, org.spincast.core.routing.RouteBuilderFactory<R, W> routeBuilderFactory, org.spincast.core.routing.RedirectRuleBuilderFactory<R, W> redirectRuleBuilderFactory, org.spincast.core.routing.StaticResourceBuilderFactory<R, W> staticResourceBuilderFactory, RouteHandlerMatchFactory<R> routeHandlerMatchFactory, org.spincast.core.routing.StaticResourceFactory<R> staticResourceFactory, org.spincast.core.websocket.WebsocketRouteBuilderFactory<R, W> websocketRouteBuilderFactory, org.spincast.core.websocket.WebsocketRouteHandlerFactory<R, W> websocketRouteHandlerFactory, SpincastRoutingUtils spincastRoutingUtils, org.spincast.core.locale.LocaleResolver localeResolver) Constructor