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 WebServicer
HttpPath. 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 WebServicer
WebServicer. NO_MATCH
Methods in net.officefloor.web.route that return WebServicer 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.WebServicer
WebRouter. getWebServicer(ServerHttpConnection connection, ManagedFunctionContext<?,Indexed> managedFunctionContext)
Obtains theWebServicer
for theHttpRequest
.WebServicer
LeafWebRouteNode. handle(HttpMethod method, java.lang.String path, int index, HttpArgument headPathArgument, ServerHttpConnection connection, ManagedFunctionContext<?,Indexed> context)
WebServicer
ParameterWebRouteNode. handle(HttpMethod method, java.lang.String path, int index, HttpArgument headPathArgument, ServerHttpConnection connection, ManagedFunctionContext<?,Indexed> context)
WebServicer
StaticWebRouteNode. handle(HttpMethod method, java.lang.String path, int index, HttpArgument headPathParameter, ServerHttpConnection connection, ManagedFunctionContext<?,Indexed> context)
WebServicer
WebRouteNode. 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 boolean
WebServicer. isMatch(WebServicer result)
Convenience method to indicate if a match.
-