Uses of Class
tech.greenfield.vertx.irked.Controller
-
Packages that use Controller Package Description tech.greenfield.vertx.irked tech.greenfield.vertx.irked.example -
-
Uses of Controller in tech.greenfield.vertx.irked
Fields in tech.greenfield.vertx.irked declared as Controller Modifier and Type Field Description protected ControllerRouteConfiguration. implMethods in tech.greenfield.vertx.irked that return Controller Modifier and Type Method Description ControllerRouteConfigurationField. getController()Methods in tech.greenfield.vertx.irked with parameters of type Controller Modifier and Type Method Description RouterRouter. configure(Controller api)RouterRouter. configure(Controller api, String path)RouterRouter. remove(Controller api)io.vertx.core.Handler<io.vertx.core.http.HttpServerRequest>Irked. setupRequestHandler(Controller... apis)Create an HTTP request handler, that can be used inHttpServer.requestHandler(), with the provided set of APIs configuredRouterRouter. with(Controller api)RouterRouter. with(Controller api, String path)Constructors in tech.greenfield.vertx.irked with parameters of type Controller Constructor Description RequestWrapper(Controller ctr)RequestWrapper(Controller ctr, Function<io.vertx.ext.web.RoutingContext,Request> requestWrapper)RouteConfiguration(Controller impl, Router router, Annotation[] annotations)RouteConfigurationField(Controller impl, Router router, Field f)RouteConfigurationMethod(Controller impl, Router router, Method m) -
Uses of Controller in tech.greenfield.vertx.irked.example
Subclasses of Controller in tech.greenfield.vertx.irked.example Modifier and Type Class Description classExampleAPIv1classExampleAPIv2
-