Class DevConsole

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

    public class DevConsole
    extends Object
    implements io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
    This is a Handler running in the Dev Vert.x instance (which is loaded by the Augmentation ClassLoader) and has access to build time stuff
    • Constructor Detail

      • DevConsole

        DevConsole​(Engine engine,
                   String httpRootPath,
                   String frameworkRootPath)
    • Method Detail

      • handle

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

        protected void renderTemplate​(io.vertx.ext.web.RoutingContext event,
                                      TemplateInstance template)