Class DidOpenPortalContextEvent


  • public final class DidOpenPortalContextEvent
    extends Object
    Event that is fired when a user portal UI page was opened that is associated with a particular portal and the data for that portal was loaded. Most pages pertain to a certain portal, but some special pages such as the not-found page do not. This event always happens after CanRenderUserPortalEvent, and usually directly after that event.
    Since:
    8.2.0
    • Constructor Detail

      • DidOpenPortalContextEvent

        public DidOpenPortalContextEvent​(de.xima.fc.api.rest.pub.client.user_portal.model.UserPortalResource portal)
    • Method Detail

      • portal

        public de.xima.fc.api.rest.pub.client.user_portal.model.UserPortalResource portal()
        Get the portal that was opened.
        Returns:
        The portal that was opened.