Create Portlet Filter

Use to create a new filter class for the application, or to make an existing filter class available to the application.

Element Description

New Portlet Filter

Select to create a new filter class.

Name

Enter a name for the filter class. The name must be a valid Java name.

Package

Enter or browse for the package to contain the filter class.

Lifecycle Phase

Select one or more portlet lifecycle phases implemented by the filter class.

  • Action

    Select to implement the action lifecycle phase.

  • Event

    Select to implement the event lifecycle phase.

  • Render

    Select to implement the render lifecycle phase.

  • Resource

    Select to implement the resource lifecycle phase.

Choose from Existing Class

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

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