This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 110916 - PortletFilters should support implementing multiple interfaces
Summary: PortletFilters should support implementing multiple interfaces
Status: VERIFIED FIXED
Alias: None
Product: contrib
Classification: Unclassified
Component: Portalpack (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Satyaranjan D
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-25 12:34 UTC by uchithra
Modified: 2009-03-17 07:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description uchithra 2007-07-25 12:34:09 UTC
Right now the IDE supports creation of filters implementing only one Filter Interface.There is no option to 
support  multiple interfaces.

eg,Should be able to create a FilterClass as follows

public class RenderFilterTwo implements RenderFilter, ActionFilter
Comment 1 Satyaranjan D 2007-08-01 12:20:37 UTC
Filter Type in "new Portlet Filter" wizard is supported through checkbox. So user can select multiple life cycle
phases/filter types for a filter.
Comment 2 uchithra 2007-08-02 12:53:04 UTC
Works fine