Uses of Interface
de.xima.fc.user_portal.route.IRoutingContext
-
Packages that use IRoutingContext Package Description de.xima.fc.user_portal.route -
-
Uses of IRoutingContext in de.xima.fc.user_portal.route
Classes in de.xima.fc.user_portal.route with type parameters of type IRoutingContext Modifier and Type Interface Description interfaceIUserPortalRoute<RoutingContext extends IRoutingContext>A URL route of the user portal.interfaceIUserPortalRouterUrlHandler<Context extends IRoutingContext>Handles URLs for the user portal.Subinterfaces of IRoutingContext in de.xima.fc.user_portal.route Modifier and Type Interface Description static interfaceIRoutingContext.IPortalRoutingContextA routing context that requires the portal alias.Methods in de.xima.fc.user_portal.route with type parameters of type IRoutingContext Modifier and Type Method Description <C extends IRoutingContext>
StringUserPortalRouter. externalUrl(IUserPortalRoute<C> route, C routingContext)<C extends IRoutingContext>
StringUserPortalRouter. externalUrlWithContext(IUserPortalRoute<C> route, C routingContext, javax.servlet.http.HttpServletRequest request)<C extends IRoutingContext>
StringUserPortalRouter. externalUrlWithHost(IUserPortalRoute<C> route, C routingContext, javax.servlet.http.HttpServletRequest request)<C extends IRoutingContext>
voidUserPortalRouter. facesRedirectTo(javax.faces.context.FacesContext facesContext, IUserPortalRoute<C> route, C routingContext)Redirects an active Faces request to the given user portal view.Methods in de.xima.fc.user_portal.route that return IRoutingContext Modifier and Type Method Description static IRoutingContextRoutingContexts. genericRoutingContext()Creates a generic routing context without any specific data.Methods in de.xima.fc.user_portal.route that return types with arguments of type IRoutingContext Modifier and Type Method Description IUserPortalRouterUrlHandler<IRoutingContext>EUserPortalGeneralView. urlHandler()
-