Uses of Interface
net.officefloor.web.route.WebRouteNode
-
Packages that use WebRouteNode Package Description net.officefloor.web.route -
-
Uses of WebRouteNode in net.officefloor.web.route
Classes in net.officefloor.web.route that implement WebRouteNode Modifier and Type Class Description classLeafWebRouteNodeLeafWebRouteNodethat services theHttpRequest.classParameterWebRouteNodeWebRouteNodefor a path parameter.classStaticWebRouteNodeWebRouteNodefor static characters.Methods in net.officefloor.web.route with parameters of type WebRouteNode Modifier and Type Method Description static WebServicerWebServicer. getBestMatch(HttpMethod method, java.lang.String path, int index, HttpArgument headPathParameter, ServerHttpConnection connection, ManagedFunctionContext<?,Indexed> context, WebRouteNode[] nodes)Obtains the bestWebServicerfor theWebRouteNodeinstances.Constructors in net.officefloor.web.route with parameters of type WebRouteNode Constructor Description StaticWebRouteNode(char[] characters, WebRouteNode[] nodes)Instantiate.WebRouter(WebRouteNode[] nodes)Instantiate.
-