Class DevConsolePostHandler

java.lang.Object
io.quarkus.devconsole.runtime.spi.DevConsolePostHandler
All Implemented Interfaces:
io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>

@Deprecated public abstract class DevConsolePostHandler extends Object implements io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
Deprecated.
as part of the removal of the old Dev UI
  • Constructor Details

    • DevConsolePostHandler

      public DevConsolePostHandler()
      Deprecated.
  • Method Details

    • handle

      public void handle(io.vertx.ext.web.RoutingContext event)
      Deprecated.
      Specified by:
      handle in interface io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>
    • dispatch

      protected void dispatch(io.vertx.ext.web.RoutingContext event, io.vertx.core.MultiMap form)
      Deprecated.
    • actionSuccess

      protected void actionSuccess(io.vertx.ext.web.RoutingContext event)
      Deprecated.
    • flashMessage

      protected void flashMessage(io.vertx.ext.web.RoutingContext event, String message)
      Deprecated.
    • flashMessage

      protected void flashMessage(io.vertx.ext.web.RoutingContext event, String message, Duration displayTime)
      Deprecated.
    • flashMessage

      protected void flashMessage(io.vertx.ext.web.RoutingContext event, String message, FlashScopeUtil.FlashMessageStatus messageStatus)
      Deprecated.
    • handlePost

      protected void handlePost(io.vertx.ext.web.RoutingContext event, io.vertx.core.MultiMap form) throws Exception
      Deprecated.
      Throws:
      Exception
    • handlePostAsync

      protected void handlePostAsync(io.vertx.ext.web.RoutingContext event, io.vertx.core.MultiMap form) throws Exception
      Deprecated.
      Throws:
      Exception