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 voidDefaultRouteParamAliasesBinder.bindAlphaAlias(boolean insensitive, Router<R, W> router) protected voidDefaultRouteParamAliasesBinder.bindAlphaNumericAlias(boolean insensitive, Router<R, W> router) protected voidDefaultRouteParamAliasesBinder.bindAlphaNumericPlusAlias(boolean insensitive, Router<R, W> router) protected voidDefaultRouteParamAliasesBinder.bindAlphaPlusAlias(boolean insensitive, Router<R, W> router) protected voidDefaultRouteParamAliasesBinder.bindLangAlias(boolean insensitive, Router<R, W> router) protected voidDefaultRouteParamAliasesBinder.bindNumericAlias(boolean insensitive, Router<R, W> router) protected voidDefaultRouteParamAliasesBinder.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 voidDefaultRouteParamAliasesBinder.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