Uses of Interface
de.xima.fc.user_portal.route.IRoutingContext.IPortalRoutingContext
- 
Packages that use IRoutingContext.IPortalRoutingContext Package Description de.xima.fc.user_portal.bean.common de.xima.fc.user_portal.route  - 
- 
Uses of IRoutingContext.IPortalRoutingContext in de.xima.fc.user_portal.bean.common
Methods in de.xima.fc.user_portal.bean.common that return IRoutingContext.IPortalRoutingContext Modifier and Type Method Description IRoutingContext.IPortalRoutingContextUserPortalViewContext. routingContext()Get the portal routing context for pages of a certain portal. - 
Uses of IRoutingContext.IPortalRoutingContext in de.xima.fc.user_portal.route
Subinterfaces of IRoutingContext.IPortalRoutingContext in de.xima.fc.user_portal.route Modifier and Type Interface Description static interfaceIRoutingContext.IFormRecordRoutingContextMethods in de.xima.fc.user_portal.route that return types with arguments of type IRoutingContext.IPortalRoutingContext Modifier and Type Method Description static Optional<IRoutingContext.IPortalRoutingContext>RoutingContexts. portalRoutingContext(String portalId)Creates a routing context for a specific portal, identified by its alias.static Optional<IRoutingContext.IPortalRoutingContext>RoutingContexts. portalRoutingContext(javax.servlet.http.HttpServletRequest request)Creates a routing context for a specific portal, identified by its alias.IUserPortalRouterUrlHandler<IRoutingContext.IPortalRoutingContext>EUserPortalPortalView. urlHandler() 
 -