Package de.xima.fc.user_portal.event
Class DidOpenPortalContextEvent
- java.lang.Object
-
- de.xima.fc.user_portal.event.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 afterCanRenderUserPortalEvent
, and usually directly after that event.- Since:
- 8.2.0
-
-
Constructor Summary
Constructors Constructor Description DidOpenPortalContextEvent(de.xima.fc.api.rest.pub.client.user_portal.model.UserPortalResource portal)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description de.xima.fc.api.rest.pub.client.user_portal.model.UserPortalResource
portal()
Get the portal that was opened.
-