Use to specify which of the events defined for the application are used by the current portlet.
Element | Description |
---|---|
Name |
Select the portlet with which you want to work.
Add Click to create a new portlet in the application. This launches the Create JSR 286 Java Portlet wizard. Remove Click to delete the currently selected portlet. |
Name |
Edit the name of the portlet. |
Class |
Edit the name of the class for the portlet or click the Browse Classes icon to select an existing portlet class. The class must have a valid Java name. |
Events Tab
Use this tab to identify events that the selected portlet is interested in receiving (processing events) and those that it triggers (publishing events).
Processing Events
Use this panel to identify events that the selected portlet is interested in receiving.
Element | Description |
---|---|
Available |
Displays the events defined for the application, excluding those that have already been identified as processing events for the portlet. To add an event to the portlet, select the event in this list and click the Add icon to add it to the Selected list. Optionally click the Add All icon to add all listed events, or a selection of multiple events, to the portlet. |
Selected |
Displays the list of events identified as processing events for the selected portlet. To remove an event from the portlet, select the event in this list and click the Remove icon to return it to the Available list. Optionally click the Remove All icon to remove all events, or a selection of multiple events, from the portlet. |
Publishing Events
Use this panel to identify events that the selected portlet triggers.
Element | Description |
---|---|
Available |
Displays the events defined for the application, excluding those that have already been identified as processing events for the portlet. To add an event to the portlet, select the event in this list and click the Add icon to add it to the Selected list. Optionally click the Add All icon to add all listed events, or a selection of multiple events, to the portlet. |
Selected |
Displays the list of events identified as processing events for the selected portlet. To remove an event from the portlet, select the event in this list and click the Remove icon to return it to the Available list. Optionally click the Remove All icon to remove all events, or a selection of multiple events, from the portlet. |
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