Class 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 Detail

      • DevUIBuildTimeStaticHandler

        public DevUIBuildTimeStaticHandler()
      • DevUIBuildTimeStaticHandler

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

      • 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>