Uses of Interface
org.spincast.core.routing.Router
Packages that use Router
Package
Description
-
Uses of Router in org.spincast.core.controllers
Methods in org.spincast.core.controllers that return RouterConstructors in org.spincast.core.controllers with parameters of type RouterModifierConstructorDescriptionSpincastFrontController
(Router<R, W> router, SpincastConfig spincastConfig, Dictionary dictionary, Server server, RequestContextFactory<R> requestCreationFactory, SpincastRequestScope spincastRequestScope, Type requestContextType, JsonManager jsonManager, XmlManager xmlManager) The constructor. -
Uses of Router in org.spincast.core.routing
Methods in org.spincast.core.routing with parameters of type RouterModifier and TypeMethodDescriptionprotected void
DefaultRouteParamAliasesBinder.bindAlphaAlias
(boolean insensitive, Router<R, W> router) protected void
DefaultRouteParamAliasesBinder.bindAlphaNumericAlias
(boolean insensitive, Router<R, W> router) protected void
DefaultRouteParamAliasesBinder.bindAlphaNumericPlusAlias
(boolean insensitive, Router<R, W> router) protected void
DefaultRouteParamAliasesBinder.bindAlphaPlusAlias
(boolean insensitive, Router<R, W> router) protected void
DefaultRouteParamAliasesBinder.bindLangAlias
(boolean insensitive, Router<R, W> router) protected void
DefaultRouteParamAliasesBinder.bindNumericAlias
(boolean insensitive, Router<R, W> router) protected void
DefaultRouteParamAliasesBinder.bindNumericPlusAlias
(boolean insensitive, Router<R, W> router) Creates a route builder using the specified router.Creates a static resources builder by specifying if the resource to build is a file or a directory.protected void
DefaultRouteParamAliasesBinder.init
(SpincastConfig spincastConfig, Router<R, W> router) Init : binds the aliases. -
Uses of Router in org.spincast.core.websocket
Methods in org.spincast.core.websocket with parameters of type Router -
Uses of Router in org.spincast.demos.supercalifragilisticexpialidocious
Methods in org.spincast.demos.supercalifragilisticexpialidocious with parameters of type RouterModifier and TypeMethodDescriptionprotected void
AppController.init
(Router<AppRequestContext, DefaultWebsocketContext> router) Init method : we inject the Router and add some Routes to it. -
Uses of Router in org.spincast.plugins.cssyuicompressor
Methods in org.spincast.plugins.cssyuicompressor that return RouterModifier and TypeMethodDescriptionprotected Router<?,
?> SpincastCssYuiCompressorPebbleExtensionDefault.getRouter()
Constructors in org.spincast.plugins.cssyuicompressor with parameters of type RouterModifierConstructorDescriptionSpincastCssYuiCompressorPebbleExtensionDefault
(SpincastCssYuiCompressorConfig spincastCssYuiCompressorConfig, SpincastConfig spincastConfig, SpincastUtils spincastUtils, Router<?, ?> router, Server server, HttpClient httpClient, SpincastCssYuiCompressorManager spincastCssYuiCompressorManager) -
Uses of Router in org.spincast.plugins.jsclosurecompiler
Methods in org.spincast.plugins.jsclosurecompiler that return RouterModifier and TypeMethodDescriptionprotected Router<?,
?> SpincastJsClosureCompilerPebbleExtensionDefault.getRouter()
Constructors in org.spincast.plugins.jsclosurecompiler with parameters of type RouterModifierConstructorDescriptionSpincastJsClosureCompilerPebbleExtensionDefault
(SpincastJsClosureCompilerConfig spincastJsClosureCompilerConfig, SpincastConfig spincastConfig, SpincastUtils spincastUtils, Router<?, ?> router, Server server, HttpClient httpClient, SpincastJsClosureCompilerManager spincastJsClosureCompilerManager) -
Uses of Router in org.spincast.plugins.openapi.bottomup
Methods in org.spincast.plugins.openapi.bottomup that return RouterConstructors in org.spincast.plugins.openapi.bottomup with parameters of type RouterModifierConstructorDescriptionSpincastOpenApiManagerDefault
(Router<R, W> router, JsonManager jsonManager, SpincastOpenApiBottomUpPluginConfig spincastOpenApiBottomUpPluginConfig, SwaggerAnnotationsCreator annotationsCreator, DefaultRouteParamAliasesBinder<R, W> defaultRouteParamAliasesBinder) -
Uses of Router in org.spincast.plugins.routing
Subinterfaces of Router in org.spincast.plugins.routingModifier and TypeInterfaceDescriptioninterface
Unparameterized default router interface to easily use a router with the default request context class.Classes in org.spincast.plugins.routing that implement RouterModifier and TypeClassDescriptionclass
An implementation of the DefaultRouter interface, for easy usage of the default version of the Router.class
SpincastRouter<R extends RequestContext<?>,
W extends WebsocketContext<?>> Spincast routerMethods in org.spincast.plugins.routing that return RouterModifier and TypeMethodDescriptionRedirectRuleBuilderDefault.getRouter()
RouteBuilderDefault.getRouter()
StaticResourceBuilderDefault.getRouter()
WebsocketRouteBuilderDefault.getRouter()
Methods in org.spincast.plugins.routing that return types with arguments of type RouterModifier and TypeMethodDescriptionSpincastRoutingPluginModule.getSpecificRouterImplementationClass()
Method parameters in org.spincast.plugins.routing with type arguments of type RouterModifier and TypeMethodDescriptionprotected com.google.inject.Module
SpincastRoutingPlugin.getPluginModule
(Class<? extends Router<?, ?>> specificRouterImplementationClass) Constructors in org.spincast.plugins.routing with parameters of type RouterModifierConstructorDescriptionRedirectRuleBuilderDefault
(Router<R, W> router, String oldPath, SpincastRouterConfig spincastRouterConfig, SpincastRoutingUtils spincastRoutingUtils) RouteBuilderDefault
(Router<R, W> router, RouteFactory<R> routeFactory, SpincastRouterConfig spincastRouterConfig, SpincastFilters<R> spincastFilters, SpincastConfig spincastConfig) StaticResourceBuilderDefault
(Router<R, W> router, boolean isDir, StaticResourceFactory<R> staticResourceFactory, StaticResourceCorsConfigFactory staticResourceCorsConfigFactory, StaticResourceCacheConfigFactory staticResourceCacheConfigFactory, SpincastConfig spincastConfig, SpincastUtils spincastUtils, SpincastRouterConfig spincastRouterConfig) WebsocketRouteBuilderDefault
(Router<R, W> router, WebsocketRouteFactory<R, W> websocketRouteFactory) Constructor parameters in org.spincast.plugins.routing with type arguments of type RouterModifierConstructorDescriptionSpincastRoutingPluginModule
(Class<? extends Router<?, ?>> specificRouterImplementationClass) -
Uses of Router in org.spincast.plugins.session
Methods in org.spincast.plugins.session that return RouterConstructors in org.spincast.plugins.session with parameters of type RouterModifierConstructorDescriptionSpincastSessionFilterAdder
(SpincastSessionConfig spincastSessionConfig, Router<?, ?> router, SpincastSessionFilter spincastSessionFilter) -
Uses of Router in org.spincast.plugins.swagger.ui
Methods in org.spincast.plugins.swagger.ui that return RouterConstructors in org.spincast.plugins.swagger.ui with parameters of type RouterModifierConstructorDescriptionSpincastSwaggerUiManager
(Router<?, ?> router, SpincastUtils spincastUtils, SpincastSwaggerUiConfig spincastSwaggerUiConfig, TemplatingEngine templatingEngine, SpincastConfig spincastConfig) -
Uses of Router in org.spincast.quickstart.exchange
Subinterfaces of Router in org.spincast.quickstart.exchangeModifier and TypeInterfaceDescriptioninterface
The only purpose of this interface is to make it easier to inject the application specific Router by using "AppRouter" instead of "Router<AppRequestContext, AppWebsocketContext>".Classes in org.spincast.quickstart.exchange that implement RouterModifier and TypeClassDescriptionclass
The only purpose of this class is to make it easier to inject the application specific Router by using "AppRouter" instead of "Router<AppRequestContext, AppWebsocketContext>". -
Uses of Router in org.spincast.testing.core
Methods in org.spincast.testing.core that return Router -
Uses of Router in org.spincast.website.exchange
Subinterfaces of Router in org.spincast.website.exchangeModifier and TypeInterfaceDescriptioninterface
The only purpose of this interface is to make it easier to inject the application specific router by using "AppRouter" instead of "Router<AppRequestContext, DefaultWebsocketContext>".Classes in org.spincast.website.exchange that implement Router