Package de.xima.fc.user_portal.route
-
Interface Summary Interface Description IAnyUserPortalRoute IRoutingContext Contextual data required to route to a specific URL.IRoutingContext.IPortalRoutingContext A routing context that requires the portal alias.IUserPortalRoute<RoutingContext extends IRoutingContext> A URL route of the user portal.IUserPortalRouterUrlHandler<Context extends IRoutingContext> Handles URLs for the user portal. -
Class Summary Class Description RoutingContexts Factory forIRoutingContext
.UserPortalRewriteConfigurationProvider Redirect configuration provider for the user portal.UserPortalRouter Handles URL routing for user portal pages. -
Enum Summary Enum Description EUserPortalGeneralView Generic views for the user portal that do not require any specific context.EUserPortalPortalView Views for the user portal that require a portal alias to be specified.