Class DevUIBuildTimeStaticHandler

java.lang.Object
io.quarkus.devui.runtime.DevUIBuildTimeStaticHandler
All Implemented Interfaces:
io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>

public class DevUIBuildTimeStaticHandler extends Object implements io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
Handler to return the "static" content created a build time
  • Constructor Details

    • DevUIBuildTimeStaticHandler

      public DevUIBuildTimeStaticHandler()
    • DevUIBuildTimeStaticHandler

      public DevUIBuildTimeStaticHandler(String basePath, Map<String,String> urlAndPath)
  • Method Details

    • getUrlAndPath

      public Map<String,String> getUrlAndPath()
    • setUrlAndPath

      public void setUrlAndPath(Map<String,String> urlAndPath)
    • getBasePath

      public String getBasePath()
    • setBasePath

      public void setBasePath(String basePath)
    • handle

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