Class CanRenderUserPortalEvent

java.lang.Object
de.xima.fc.user_portal.event.CanRenderUserPortalEvent

public final class CanRenderUserPortalEvent extends Object
Event that is fired when a user portal UI page is ready to render. When using the native HTTP transport (i.e. the server executes HTTP requests), this event fires on page load when the user requests a portal page via a GET request and starts a view scope. When using the websocket transport, this event fires when the websocket connection was established, during an AJAX postback call from the client to the server.
Since:
8.2.0
  • Constructor Details

    • CanRenderUserPortalEvent

      public CanRenderUserPortalEvent()