Package io.vertx.tp.ui.refine
Class Ui
- java.lang.Object
-
- io.vertx.tp.ui.refine.Ui
-
public class Ui extends Object
-
-
Constructor Summary
Constructors Constructor Description Ui()
-
Method Summary
All Methods Static Methods Concrete Methods 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 voidinfoInit(io.vertx.up.log.Annal logger, String pattern, Object... args)static voidinfoUi(io.vertx.up.log.Annal logger, String pattern, Object... args)static voidinfoWarn(io.vertx.up.log.Annal logger, String pattern, Object... args)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)
-
-
-
Method Detail
-
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)
-
-