Module io.inverno.mod.web.server
Package io.inverno.mod.web.server
Interface ErrorWebRouterConfigurer<A extends ExchangeContext>
- Type Parameters:
A
- the type of the exchange context
- All Superinterfaces:
ErrorRouterConfigurer<A,
ErrorWebExchange<A>, ErrorWebRouter<A>, ErrorWebInterceptedRouter<A>, ErrorWebRouteManager<A, ErrorWebRouter<A>>, ErrorWebRouteManager<A, ErrorWebInterceptedRouter<A>>, ErrorWebInterceptorManager<A, ErrorWebInterceptedRouter<A>>, ErrorWebRoute<A>>
- All Known Subinterfaces:
WebServerControllerConfigurer<A>
public interface ErrorWebRouterConfigurer<A extends ExchangeContext>
extends ErrorRouterConfigurer<A,ErrorWebExchange<A>,ErrorWebRouter<A>,ErrorWebInterceptedRouter<A>,ErrorWebRouteManager<A,ErrorWebRouter<A>>,ErrorWebRouteManager<A,ErrorWebInterceptedRouter<A>>,ErrorWebInterceptorManager<A,ErrorWebInterceptedRouter<A>>,ErrorWebRoute<A>>
A configurer used to configure an error web router.
- Since:
- 1.0
- Author:
- Jeremy Kuhn
- See Also:
-
Method Summary
Methods inherited from interface io.inverno.mod.web.server.spi.ErrorRouterConfigurer
configure