Uses of Interface
com.spec.web.expresso.router.IPathRouter
Packages that use IPathRouter
-
Uses of IPathRouter in com.spec.web.expresso
Classes in com.spec.web.expresso that implement IPathRouterModifier and TypeClassDescriptionclassUser will instantiate the following class to interact with the framework. -
Uses of IPathRouter in com.spec.web.expresso.router
Classes in com.spec.web.expresso.router that implement IPathRouterModifier and TypeClassDescriptionclassFollowing class exectues middlewares based on http url path and http methods.Methods in com.spec.web.expresso.router that return IPathRouterModifier and TypeMethodDescriptionIPathRouter.registerRouterOnPath(String path) Creates a clone of current router and registers it on a path.PathRouter.registerRouterOnPath(String path) Creates a clone of current router and registers it on a path.Methods in com.spec.web.expresso.router with parameters of type IPathRouterModifier and TypeMethodDescriptionvoidIPathRouter.use(Middleware middleware, IPathRouter iPathRouter, IPathRouter... additionalRouters) Registers one middleware which will execute before the routers being registerd.voidIPathRouter.use(IPathRouter router, IPathRouter... addRouters) Registers routers.voidIPathRouter.use(String path, Middleware middleware, IPathRouter iPathRouter, IPathRouter... addRouters) Registers one middleware which will execute before the routers being registerd.voidIPathRouter.use(String path, IPathRouter router, IPathRouter... addRouters) Registers routers on a path.voidPathRouter.use(Middleware middleware, IPathRouter iPathRouter, IPathRouter... additionalRouters) Registers one middleware which will execute before the routers being registerd.voidPathRouter.use(IPathRouter router, IPathRouter... additionalRouters) Registers routers.voidPathRouter.use(String path, Middleware middleware, IPathRouter iPathRouter, IPathRouter... addRouters) Registers one middleware which will execute before the routers being registerd.voidPathRouter.use(String path, IPathRouter router, IPathRouter... addRouters) Registers routers on a path.