Class VaadinRouterHandler

java.lang.Object
io.quarkus.devui.runtime.VaadinRouterHandler
All Implemented Interfaces:
io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>

public class VaadinRouterHandler extends Object implements io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
Handler to enable Vaadin router.
  • Constructor Details

    • VaadinRouterHandler

      public VaadinRouterHandler()
    • VaadinRouterHandler

      public VaadinRouterHandler(String basePath)
  • Method Details

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