Class ResourceNotFoundHandler
java.lang.Object
io.quarkus.vertx.web.runtime.devmode.ResourceNotFoundHandler
- All Implemented Interfaces:
io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
public class ResourceNotFoundHandler
extends Object
implements io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
Lists all routes when no route matches the path in the dev mode.
-
Constructor Summary
ConstructorsConstructorDescriptionResourceNotFoundHandler(String httpRoot, List<RouteDescription> routes, List<String> additionalEndpoints) -
Method Summary
-
Constructor Details
-
ResourceNotFoundHandler
public ResourceNotFoundHandler(String httpRoot, List<RouteDescription> routes, List<String> additionalEndpoints)
-
-
Method Details
-
handle
public void handle(io.vertx.ext.web.RoutingContext routingContext) - Specified by:
handlein interfaceio.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
-