Class WebBundlerResourceHandler
java.lang.Object
io.quarkiverse.web.bundler.runtime.WebBundlerResourceHandler
- All Implemented Interfaces:
io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
public class WebBundlerResourceHandler
extends Object
implements io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
-
Field Details
-
HANDLED_METHODS
-
META_INF_WEB
- See Also:
-
DEFAULT_ROUTE_ORDER
public static int DEFAULT_ROUTE_ORDER
-
-
Method Details
-
handle
public void handle(io.vertx.ext.web.RoutingContext ctx) - Specified by:
handlein interfaceio.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
-