OmniPortlet and other PDK-Java Portlet Producers

16-14 Oracle Fusion Middleware Upgrade Guide for Oracle SOA Suite, WebCenter, and ADF Table 16–7 describes the handling of navigation parameters of oracle-portlet.xml in the portlet.xml file when you upgrade a portlet producer application. When a JSR 168 portlet producer application is upgraded, the following changes are made while converting oracle-portlet.xmls navigation parameters into public render parameters: ■ If the portlet has any declared supported-public-render-parameter in portlet.xml, all navigation parameters from oracle-portlet.xml are ignored and a warning message is logged. ■ If portlet application-level public-render-parameter descriptions in portlet.xml have the same identifier as the local part of the navigation parameters’ name in oracle-portlet.xml, the navigation parameters that conflict are ignored and a warning message is logged. ■ If any navigation parameters specified in any portlet-extension element in oracle-portlet.xml have different namespace parts but the same local part of the name element, all overlapping navigation parameters except one are ignored and a warning message is logged. Table 16–7 Handling of the navigation-parameters Element available in oracle-portlet.xml navigation-parame ter Element XML Type Handling in portlet.xml of a JSR286 Container name QName The full QName is used as the public-render-parameter QName in portlet.xml at the portlet application-level. The local part of the QName is used as the public-render-parameter identifier at the portlet application-level, and as the supported-public-render-parameter value at the portlet level. type QName Ignored label localizedString Converted to the description element. The label, hint, and usage elements are merged in the given sequence to create the description element of the public-render-parameter in portlet.xml. hint localizedString Converted to the description element. The label, hint, usage elements are merged in the given sequence to create the description element of the public-render-parameter in portlet.xml. usage string Converted to the description element. The label, hint, usage elements are merged in the given sequence to create the description element of the public-render-parameter in portlet.xml. aliases QName Converted to alias declarations on the public-render-parameter declaration in portlet.xml at the portlet application level.