Package net.officefloor.web.route
Interface WebRouteHandler
- All Known Implementing Classes:
WebRouteHandlerImpl
public interface WebRouteHandler
Handles the web route.
- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(HttpArgument pathArguments, ServerHttpConnection connection, ManagedFunctionContext<?, Indexed> context) Handles the web route.
-
Method Details
-
handle
void handle(HttpArgument pathArguments, ServerHttpConnection connection, ManagedFunctionContext<?, Indexed> context) Handles the web route.- Parameters:
pathArguments- HeadHttpArgumentof the linked list ofHttpArgumentfrom the path.connection-ServerHttpConnection.context-ManagedFunctionContext.
-