Package de.xima.fc.user_portal.route
Interface IRoutingContext.IPortalRoutingContext
-
- All Superinterfaces:
IRoutingContext
- Enclosing interface:
- IRoutingContext
public static interface IRoutingContext.IPortalRoutingContext extends IRoutingContext
A routing context that requires the portal alias.- Since:
- 8.2.0
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface de.xima.fc.user_portal.route.IRoutingContext
IRoutingContext.IPortalRoutingContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
portalAlias()
Gets the alias of the portal context to use for routing.
-
-
-
Method Detail
-
portalAlias
String portalAlias()
Gets the alias of the portal context to use for routing.- Returns:
- The portal alias.
-
-