Class FlashScopeUtil


  • @Deprecated
    public class FlashScopeUtil
    extends Object
    Deprecated.
    as part of the removal of the old Dev UI
    • Constructor Detail

      • FlashScopeUtil

        public FlashScopeUtil()
        Deprecated.
    • Method Detail

      • setFlash

        public static void setFlash​(io.vertx.ext.web.RoutingContext event,
                                    Map<String,​Object> data)
        Deprecated.
      • getFlash

        public static Object getFlash​(io.vertx.ext.web.RoutingContext event)
        Deprecated.
      • handleFlashCookie

        public static void handleFlashCookie​(io.vertx.ext.web.RoutingContext event)
        Deprecated.
      • setFlashMessage

        public static void setFlashMessage​(io.vertx.ext.web.RoutingContext event,
                                           String message)
        Deprecated.
      • setFlashMessage

        public static void setFlashMessage​(io.vertx.ext.web.RoutingContext event,
                                           String message,
                                           Duration displayTime)
        Deprecated.