Uses of Interface
net.officefloor.web.route.WebRouteHandler
-
Packages that use WebRouteHandler Package Description net.officefloor.web net.officefloor.web.route -
-
Uses of WebRouteHandler in net.officefloor.web
Classes in net.officefloor.web that implement WebRouteHandler Modifier and Type Class Description class
WebRouteHandlerImpl
WebRouteHandler
implementation. -
Uses of WebRouteHandler in net.officefloor.web.route
Fields in net.officefloor.web.route with type parameters of type WebRouteHandler Modifier and Type Field Description java.util.function.Function<HttpMethod,WebRouteHandler>
LeafWebRouteHandling. handlerFactory
Factory to create theWebRouteHandler
.Methods in net.officefloor.web.route with parameters of type WebRouteHandler Modifier and Type Method Description HttpInputPath
WebRouterBuilder. addRoute(HttpMethod method, java.lang.String path, WebRouteHandler handler)
Adds a route.
-