Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
5.1 EE SP3 (5.1.6), 5.2 EE SP1 (5.2.5)
-
All
Description
The following methods have been added to PortletApp to allow plugins to add public render parameters:
public void addPublicRenderParameter(PublicRenderParameter publicRenderParameter);
public void addPublicRenderParameter(String identifier, QName qName);
public PublicRenderParameter getPublicRenderParameter(String identifier);
Note: The improvement was added because it is needed to fix WSRP
Attachments
Issue Links
- is related to
-
LPS-4683 Add ability to add public render parameters from plugins
- Closed