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 classWebRouteHandlerImplWebRouteHandlerimplementation. - 
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. handlerFactoryFactory to create theWebRouteHandler.Methods in net.officefloor.web.route with parameters of type WebRouteHandler Modifier and Type Method Description HttpInputPathWebRouterBuilder. addRoute(HttpMethod method, java.lang.String path, WebRouteHandler handler)Adds a route. 
 -