Portlet Application Deployment Descriptor - Parameters

Use to create and manage public render parameters for the portlets in the application.

Public render parameters enable a portlet to share parameter values with other portlets.

Element Description

Name

Select the public render parameter with which you want to work.

Add

Click to create a new public render parameter.

Remove

Click to delete the currently selected public render parameter.

Qualified Name/ Unqualified Name

Select to make portlet filters from an existing filter class available in the application.

Select whether the public render parameter has a qualified or unqualified name.

Qualified Name

Select to specify a fully qualified name (QName) for the public render parameter. A QName consists of a namespace URI and a local part and provides a unique identifier for the parameter. Using QNames ensures that the parameter names from this application do not conflict with parameters from other applications when portlets from different applications are displayed on the same page.

  • Namespace

    Enter the namespace for the selected public render parameter.

  • Name

    Enter a local name for the selected public render parameter.

Unqualified Name

Select to use the application default namespace as the namespace for the public render parameter (or the XML default namespace if no default namespace is defined for the application).

  • Name

    Enter a local name for the selected public render parameter.

Identifier

Enter the name used by portlets in the application to access the public render parameter.

Description

Enter a description for the selected public render parameter.

Aliases

Use this panel to provide aliases for the public render parameter. This enables the parameter to inherit the value of another public render parameter with a different QName.

Add

Click to create an alias for the selected public render parameter.

  • Namespace

    Enter the namespace to use for the alias.

  • Name

    Enter the local name to use for the alias.

Remove

Click to delete the currently selected alias.


Related Topics

"Introduction to Portlets" in Developing WebCenter Portal Assets and Custom Components with Oracle JDeveloper

"Building Standards-Based Java Portlets Using JSR 286" in Developing WebCenter Portal Assets and Custom Components with Oracle JDeveloper