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 class
LeafWebRouteNode
LeafWebRouteNode
that services theHttpRequest
.class
ParameterWebRouteNode
WebRouteNode
for a path parameter.class
StaticWebRouteNode
WebRouteNode
for static characters.Methods in net.officefloor.web.route with parameters of type WebRouteNode Modifier and Type Method Description static WebServicer
WebServicer. getBestMatch(HttpMethod method, java.lang.String path, int index, HttpArgument headPathParameter, ServerHttpConnection connection, ManagedFunctionContext<?,Indexed> context, WebRouteNode[] nodes)
Obtains the bestWebServicer
for theWebRouteNode
instances.Constructors in net.officefloor.web.route with parameters of type WebRouteNode Constructor Description StaticWebRouteNode(char[] characters, WebRouteNode[] nodes)
Instantiate.WebRouter(WebRouteNode[] nodes)
Instantiate.
-