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 -
Method Summary
Modifier and TypeMethodDescriptionprotected 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.
-
Constructor Details
-
DevConsolePostHandler
public DevConsolePostHandler()Deprecated.
-
-
Method Details
-
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
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
-