Uses of Class
net.officefloor.web.route.LeafWebRouteHandling
-
Packages that use LeafWebRouteHandling Package Description net.officefloor.web.route -
-
Uses of LeafWebRouteHandling in net.officefloor.web.route
Constructor parameters in net.officefloor.web.route with type arguments of type LeafWebRouteHandling Constructor Description LeafWebRouteNode(java.lang.String[] allowedMethods, java.util.Map<HttpMethod.HttpMethodEnum,LeafWebRouteHandling> handlers, boolean isWildcardOnlyMatch)
Instantiate.
-