Package io.vertigo.dashboard.ui
Class DashboardRouter
java.lang.Object
io.vertigo.dashboard.ui.DashboardRouter
-
Constructor Summary
ConstructorsConstructorDescriptionDashboardRouter(io.vertigo.core.node.Node node) Creates a new studio for an existing app -
Method Summary
Modifier and TypeMethodDescriptionvoidroute(io.javalin.Javalin javalin) Start method of the server
-
Constructor Details
-
DashboardRouter
public DashboardRouter(io.vertigo.core.node.Node node) Creates a new studio for an existing app- Parameters:
node- the node we are working on
-
-
Method Details
-
route
public void route(io.javalin.Javalin javalin) Start method of the server
-