Package io.vertx.tp.ui.refine
Class Ui
java.lang.Object
io.vertx.tp.ui.refine.Ui
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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.JsonObjectoptFragment(io.vertx.core.json.JsonObject input) static io.vertx.core.json.JsonObjectoptQuery(io.vertx.core.json.JsonObject input) static io.vertx.core.json.JsonObjectoptSearch(io.vertx.core.json.JsonObject input) static io.vertx.core.json.JsonObjectoptTable(io.vertx.core.json.JsonObject input)
-
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)
-