Uses of Interface
net.officefloor.web.route.WebServicer
Packages that use WebServicer
-
Uses of WebServicer in net.officefloor.web.resource.source
Methods in net.officefloor.web.resource.source that return WebServicerConstructors in net.officefloor.web.resource.source with parameters of type WebServicerModifierConstructorDescriptionHttpPath(HttpRequest request, WebServicer webServicer) Instantiate. -
Uses of WebServicer in net.officefloor.web.route
Fields in net.officefloor.web.route declared as WebServicerMethods in net.officefloor.web.route that return WebServicerModifier and TypeMethodDescriptionstatic WebServicerWebServicer.getBestMatch(HttpMethod method, String path, int index, HttpArgument headPathParameter, ServerHttpConnection connection, ManagedFunctionContext<?, Indexed> context, WebRouteNode[] nodes) Obtains the bestWebServicerfor theWebRouteNodeinstances.WebRouter.getWebServicer(ServerHttpConnection connection, ManagedFunctionContext<?, Indexed> managedFunctionContext) Obtains theWebServicerfor theHttpRequest.LeafWebRouteNode.handle(HttpMethod method, String path, int index, HttpArgument headPathArgument, ServerHttpConnection connection, ManagedFunctionContext<?, Indexed> context) ParameterWebRouteNode.handle(HttpMethod method, String path, int index, HttpArgument headPathArgument, ServerHttpConnection connection, ManagedFunctionContext<?, Indexed> context) StaticWebRouteNode.handle(HttpMethod method, String path, int index, HttpArgument headPathParameter, ServerHttpConnection connection, ManagedFunctionContext<?, Indexed> context) WebRouteNode.handle(HttpMethod method, String path, int index, HttpArgument headPathArgument, ServerHttpConnection connection, ManagedFunctionContext<?, Indexed> context) Attempts to handle the path.Methods in net.officefloor.web.route with parameters of type WebServicerModifier and TypeMethodDescriptionstatic booleanWebServicer.isMatch(WebServicer result) Convenience method to indicate if a match.