Class WebJarNotFoundHandler
java.lang.Object
io.quarkus.vertx.http.runtime.webjar.WebJarNotFoundHandler
- All Implemented Interfaces:
io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
public class WebJarNotFoundHandler
extends Object
implements io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
Handling static when disabled
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
WebJarNotFoundHandler
public WebJarNotFoundHandler()
-
-
Method Details
-
handle
public void handle(io.vertx.ext.web.RoutingContext event) - Specified by:
handle
in interfaceio.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
-