Uses of Interface
net.officefloor.web.route.WebServicer
-
Packages that use WebServicer Package Description net.officefloor.web.resource.source net.officefloor.web.route -
-
Uses of WebServicer in net.officefloor.web.resource.source
Methods in net.officefloor.web.resource.source that return WebServicer Modifier and Type Method Description WebServicerHttpPath. getWebServicer()Obtains theWebServicer.Constructors in net.officefloor.web.resource.source with parameters of type WebServicer Constructor Description HttpPath(HttpRequest request, WebServicer webServicer)Instantiate. -
Uses of WebServicer in net.officefloor.web.route
Fields in net.officefloor.web.route declared as WebServicer Modifier and Type Field Description static WebServicerWebServicer. NO_MATCHMethods in net.officefloor.web.route that return WebServicer 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.WebServicerWebRouter. getWebServicer(ServerHttpConnection connection, ManagedFunctionContext<?,Indexed> managedFunctionContext)Obtains theWebServicerfor theHttpRequest.WebServicerLeafWebRouteNode. handle(HttpMethod method, java.lang.String path, int index, HttpArgument headPathArgument, ServerHttpConnection connection, ManagedFunctionContext<?,Indexed> context)WebServicerParameterWebRouteNode. handle(HttpMethod method, java.lang.String path, int index, HttpArgument headPathArgument, ServerHttpConnection connection, ManagedFunctionContext<?,Indexed> context)WebServicerStaticWebRouteNode. handle(HttpMethod method, java.lang.String path, int index, HttpArgument headPathParameter, ServerHttpConnection connection, ManagedFunctionContext<?,Indexed> context)WebServicerWebRouteNode. handle(HttpMethod method, java.lang.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 WebServicer Modifier and Type Method Description static booleanWebServicer. isMatch(WebServicer result)Convenience method to indicate if a match.
-