WSRP Portlet Producers Web Clipping Portlet Producer

Additional Oracle WebCenter Upgrade Details 16-13 strict-authentic ation boolean Converted to the following portlet application-level CRO with the opposite boolean value: com.oracle.portlet.useWsrpUserCont extForUserAuthenticationInfo If this element does not exist in oracle-portlet.xml but oracle-portlet.xml does exist and the portlet.xml schema version is 1.0, the following portlet application-level CRO is created with the value true: com.oracle.portlet.useWsrpUserCont extForUserAuthenticationInfo Table 16–6 Handling of the portlet-extension Elements of oracle-portlet.xml portlet-extension Element XML Type Handling of the element in portlet.xml of the JSR286-Compliant Upgraded Application portlet-name string Used for correlating the portlet-extension entry in oracle-portlet.xml with the appropriate portlet entry in portlet.xml published-events complexType Ignored handled-events complexType Ignored navigation-param eters complexType Each navigation-parameters element is converted into a JSR286 public render parameter portlet-id string Converted to a portlet-level com.oracle.portlet.wsrpPortletHandle CRO with the value E:i + portlet-id value + :default. If the parameter is not present, a portlet-level com.oracle.portlet.wsrpPortletHandle container runtime option is created with the value E:n + portlet-name from portlet.xml + :default allow-export boolean Ignored allow-import boolean Ignored hide-portlet boolean Converted to a portlet-level com.oracle.portlet.offerPortletOverWs rp CRO with an opposite boolean value. require-iframe boolean Converted to a portlet-level com.oracle.portlet.requireIFrame CRO with the same boolean value. minimum-wsrp-ver sion int Converted to a portlet-level com.oracle.portlet.minimumWsrpVersion CRO with the same integer value. Table 16–5 Cont. Handling of portlet-app-extension Elements of oracle-portlet.xml during Portlet Producer Upgrade portlet-app-exten sion Element XML Type Handling of the element in portlet.xml of the JSR286-Compliant Upgraded Application 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.