Class ResourceNotFoundHandler

java.lang.Object
io.quarkus.vertx.http.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.
  • Field Details

  • Constructor Details

  • Method Details

    • handle

      public void handle(io.vertx.ext.web.RoutingContext routingContext)
      Specified by:
      handle in interface io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
    • addServlet

      public static void addServlet(String mapping)