Package de.xima.fc.user_portal.route
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IUserPortalRouterUrlHandler<RoutingContext>
urlHandler()
Gets the URL handler for this route.-
Methods inherited from interface de.xima.fc.user_portal.route.IAnyUserPortalRoute
defaultStatusCode, id, rewriteConfigurator
-
-
-
-
Method Detail
-
urlHandler
IUserPortalRouterUrlHandler<RoutingContext> urlHandler()
Description copied from interface:IAnyUserPortalRoute
Gets the URL handler for this route.- Specified by:
urlHandler
in interfaceIAnyUserPortalRoute
- Returns:
- The URL handler.
-
-