Predefined public render parameters | HCL Digital Experience

HCL Portal defines a set of portal-specific public render parameters, which can be used to work with portal-specific state information within portlets.

Public render parameters is a concept that is defined by the Java Portlet Specification 2.0. As opposed to private render parameters, public render parameters can be shared between portlets to implement coordination use cases.

The main benefit of these predefined parameters is that the portlet developer can rely on the Portlet API to work with portal_specific state information without using any portal-specific APIs or SPIs. For example, you can easily create a portlet render URI that addresses a portal page by using the public render parameter that holds the portal page selection information.