Class Ui

java.lang.Object
io.vertx.tp.ui.refine.Ui

public class Ui extends Object
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static interface 
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Ui()
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static io.vertx.core.Future<io.vertx.core.json.JsonObject>
    cacheControl(io.vertx.core.json.JsonObject body, Supplier<io.vertx.core.Future<io.vertx.core.json.JsonObject>> executor)
     
    static io.vertx.core.Future<io.vertx.core.json.JsonArray>
    cacheOps(io.vertx.core.json.JsonObject body, Supplier<io.vertx.core.Future<io.vertx.core.json.JsonArray>> executor)
     
    static io.vertx.core.json.JsonObject
    optFragment(io.vertx.core.json.JsonObject input)
     
    static io.vertx.core.json.JsonObject
    optQuery(io.vertx.core.json.JsonObject input)
     
    static io.vertx.core.json.JsonObject
    optSearch(io.vertx.core.json.JsonObject input)
     
    static io.vertx.core.json.JsonObject
    optTable(io.vertx.core.json.JsonObject input)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Ui

      public Ui()
  • Method Details

    • optSearch

      public static io.vertx.core.json.JsonObject optSearch(io.vertx.core.json.JsonObject input)
    • optQuery

      public static io.vertx.core.json.JsonObject optQuery(io.vertx.core.json.JsonObject input)
    • optFragment

      public static io.vertx.core.json.JsonObject optFragment(io.vertx.core.json.JsonObject input)
    • optTable

      public static io.vertx.core.json.JsonObject optTable(io.vertx.core.json.JsonObject input)
    • cacheControl

      public static io.vertx.core.Future<io.vertx.core.json.JsonObject> cacheControl(io.vertx.core.json.JsonObject body, Supplier<io.vertx.core.Future<io.vertx.core.json.JsonObject>> executor)
    • cacheOps

      public static io.vertx.core.Future<io.vertx.core.json.JsonArray> cacheOps(io.vertx.core.json.JsonObject body, Supplier<io.vertx.core.Future<io.vertx.core.json.JsonArray>> executor)