Uses of Interface
net.officefloor.web.route.WebRouteHandler
Packages that use WebRouteHandler
-
Uses of WebRouteHandler in net.officefloor.web
Classes in net.officefloor.web that implement WebRouteHandler -
Uses of WebRouteHandler in net.officefloor.web.route
Fields in net.officefloor.web.route with type parameters of type WebRouteHandlerModifier and TypeFieldDescriptionfinal Function<HttpMethod,WebRouteHandler> LeafWebRouteHandling.handlerFactoryFactory to create theWebRouteHandler.Methods in net.officefloor.web.route with parameters of type WebRouteHandlerModifier and TypeMethodDescriptionWebRouterBuilder.addRoute(HttpMethod method, String path, WebRouteHandler handler) Adds a route.