Chapter 3. PortalRequest and Portal

The PortalRequest is the entry point to the API. It provides access to the portal, and it also provides access to information associated with the current request (such as the authenticated user and the page being requested).

Example 3.1. Portal Request

This example shows how to use PortalRequest to obtain an instance of the portal.
Portal portal = PortalRequest.getInstance().getPortal();