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 Summary
Constructors Constructor Description DevConsolePostHandler()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected voidactionSuccess(io.vertx.ext.web.RoutingContext event)Deprecated.protected voiddispatch(io.vertx.ext.web.RoutingContext event, io.vertx.core.MultiMap form)Deprecated.protected voidflashMessage(io.vertx.ext.web.RoutingContext event, String message)Deprecated.protected voidflashMessage(io.vertx.ext.web.RoutingContext event, String message, FlashScopeUtil.FlashMessageStatus messageStatus)Deprecated.protected voidflashMessage(io.vertx.ext.web.RoutingContext event, String message, Duration displayTime)Deprecated.voidhandle(io.vertx.ext.web.RoutingContext event)Deprecated.protected voidhandlePost(io.vertx.ext.web.RoutingContext event, io.vertx.core.MultiMap form)Deprecated.protected voidhandlePostAsync(io.vertx.ext.web.RoutingContext event, io.vertx.core.MultiMap form)Deprecated.
-
-
-
Method Detail
-
handle
public void handle(io.vertx.ext.web.RoutingContext event)
Deprecated.- Specified by:
handlein interfaceio.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 ExceptionDeprecated.- Throws:
Exception
-
-