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

      public static final Set<io.vertx.core.http.HttpMethod> HANDLED_METHODS
    • META_INF_WEB

      public static final String 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:
      handle in interface io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>