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 IAnyUserPortalRouteUserPortalProtectedBean. 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 interfaceIUserPortalRoute<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 classEUserPortalGeneralViewGeneric views for the user portal that do not require any specific context.classEUserPortalPortalViewViews for the user portal that require a portal alias to be specified.
-