Interface IRoute

All Known Implementing Classes:
BaseRoute, ProtectedRoute, PublicRoute

public interface IRoute
IRoute provides methods for endpoints to implement when a request is sent through a servlet, allowing for new routes to be added without needing servlets to know which route handles the request. Route paths represent the regex patterns that are used to match request paths against.