Uses of Interface
de.xima.fc.user_portal.route.IAnyUserPortalRoute
-
Packages that use IAnyUserPortalRoute Package Description de.xima.fc.user_portal.bean.common de.xima.fc.user_portal.route -
-
Uses of IAnyUserPortalRoute in de.xima.fc.user_portal.bean.common
Methods in de.xima.fc.user_portal.bean.common that return IAnyUserPortalRoute Modifier and Type Method Description IAnyUserPortalRoute
UserPortalProtectedBean. getCurrentView()
-
Uses of IAnyUserPortalRoute in de.xima.fc.user_portal.route
Subinterfaces of IAnyUserPortalRoute in de.xima.fc.user_portal.route Modifier and Type Interface Description interface
IUserPortalRoute<RoutingContext extends IRoutingContext>
A URL route of the user portal.Classes in de.xima.fc.user_portal.route that implement IAnyUserPortalRoute Modifier and Type Class Description class
EUserPortalGeneralView
Generic views for the user portal that do not require any specific context.class
EUserPortalPortalView
Views for the user portal that require a portal alias to be specified.
-