Class DidOpenPortalContextEvent
java.lang.Object
de.xima.fc.user_portal.event.DidOpenPortalContextEvent
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
DidOpenPortalContextEvent
-
-
Method Details
-
portal
Get the portal that was opened.- Returns:
- The portal that was opened.
-