Module io.inverno.mod.web.server
Package io.inverno.mod.web.server
Interface WebRouterConfigurer<A extends ExchangeContext>
- Type Parameters:
A
- the type of the exchange context
- All Superinterfaces:
RouterConfigurer<A,
WebExchange<A>, WebRouter<A>, WebInterceptedRouter<A>, WebRouteManager<A, WebRouter<A>>, WebRouteManager<A, WebInterceptedRouter<A>>, WebInterceptorManager<A, WebInterceptedRouter<A>>, WebRoute<A>>
- All Known Subinterfaces:
WebServerControllerConfigurer<A>
public interface WebRouterConfigurer<A extends ExchangeContext>
extends RouterConfigurer<A,WebExchange<A>,WebRouter<A>,WebInterceptedRouter<A>,WebRouteManager<A,WebRouter<A>>,WebRouteManager<A,WebInterceptedRouter<A>>,WebInterceptorManager<A,WebInterceptedRouter<A>>,WebRoute<A>>
A configurer used to configure a web router.
- Since:
- 1.0
- Author:
- Jeremy Kuhn
- See Also:
-
Method Summary
Methods inherited from interface io.inverno.mod.web.server.spi.RouterConfigurer
configure