Uses of Interface
de.xima.fc.user_portal.route.IRoutingContext
Packages that use IRoutingContext
-
Uses of IRoutingContext in de.xima.fc.user_portal.route
Classes in de.xima.fc.user_portal.route with type parameters of type IRoutingContextModifier and TypeInterfaceDescriptioninterfaceIUserPortalRoute<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.routeModifier and TypeInterfaceDescriptionstatic interfacestatic interfaceA routing context that requires the portal alias.Classes in de.xima.fc.user_portal.route that implement interfaces with type arguments of type IRoutingContextModifier and TypeClassDescriptionenumGeneric views for the user portal that do not require any specific context.Methods in de.xima.fc.user_portal.route with type parameters of type IRoutingContextModifier and TypeMethodDescription<C extends IRoutingContext>
StringUserPortalRouter.externalUrl(IUserPortalRoute<C> route, C routingContext) <C extends IRoutingContext>
StringUserPortalRouter.externalUrlForFormRecord(javax.servlet.http.HttpServletRequest request) <C extends IRoutingContext>
StringUserPortalRouter.externalUrlWithContext(IUserPortalRoute<C> route, C routingContext, javax.servlet.http.HttpServletRequest request) <C extends IRoutingContext>
StringUserPortalRouter.externalUrlWithContext(IUserPortalRoute<C> route, C routingContext, javax.servlet.http.HttpServletRequest request, Map<String, String> parameters) <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.<C extends IRoutingContext>
voidUserPortalRouter.facesRedirectTo(javax.faces.context.FacesContext facesContext, IUserPortalRoute<C> route, C routingContext, Map<String, String> parameters) <C extends IRoutingContext>
StringUserPortalRouter.internalUrlForChat(IUserPortalRoute<IRoutingContext.IPortalRoutingContext> route, javax.servlet.http.HttpServletRequest request, ChatModel chat) <C extends IRoutingContext>
StringUserPortalRouter.internalUrlForFormRecord(IUserPortalRoute<IRoutingContext.IPortalRoutingContext> route, javax.servlet.http.HttpServletRequest request, FormRecordModel formRecord) Methods in de.xima.fc.user_portal.route that return IRoutingContextModifier and TypeMethodDescriptionstatic 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