public class DevConsole extends Object implements io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
| Modifier and Type | Field and Description |
|---|---|
(package private) org.eclipse.microprofile.config.Config |
config |
(package private) static ThreadLocal<String> |
currentExtension |
(package private) Engine |
engine |
(package private) Map<String,Map<String,Object>> |
extensions |
(package private) Map<String,Object> |
globalData |
| Constructor and Description |
|---|
DevConsole(Engine engine,
String httpRootPath,
String frameworkRootPath) |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(io.vertx.ext.web.RoutingContext event) |
protected void |
renderTemplate(io.vertx.ext.web.RoutingContext event,
TemplateInstance template) |
void |
sendMainPage(io.vertx.ext.web.RoutingContext event) |
static final ThreadLocal<String> currentExtension
final Engine engine
final org.eclipse.microprofile.config.Config config
public void handle(io.vertx.ext.web.RoutingContext event)
handle in interface io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>protected void renderTemplate(io.vertx.ext.web.RoutingContext event,
TemplateInstance template)
public void sendMainPage(io.vertx.ext.web.RoutingContext event)
Copyright © 2021 JBoss by Red Hat. All rights reserved.