Class WebJarStaticHandler

  • All Implemented Interfaces:
    io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>, Closeable, AutoCloseable

    public class WebJarStaticHandler
    extends Object
    implements io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>, Closeable
    Static handler for webjars. Delegates to either Vert.x @StaticHandler if finalDestination starts with META-INF, or otherwise to @FileSystemStaticHandler.