Interface IUserPortalRoute<RoutingContext extends IRoutingContext>
- Type Parameters:
RoutingContext- The type of the data required to route to the URL.
- All Superinterfaces:
IAnyUserPortalRoute
- All Known Implementing Classes:
EUserPortalGeneralView, EUserPortalPortalView
public interface IUserPortalRoute<RoutingContext extends IRoutingContext>
extends IAnyUserPortalRoute
A URL route of the user portal. A route is a set of URLs that map to a specific page of the user portal.
- Since:
- 8.2.0
-
Method Summary
Modifier and TypeMethodDescriptionGets the URL handler for this route.Methods inherited from interface IAnyUserPortalRoute
defaultStatusCode, id, rewriteConfigurator
-
Method Details
-
urlHandler
IUserPortalRouterUrlHandler<RoutingContext> urlHandler()Description copied from interface:IAnyUserPortalRouteGets the URL handler for this route.- Specified by:
urlHandlerin interfaceIAnyUserPortalRoute- Returns:
- The URL handler.
-