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

Summary: PortletFilters should support implementing multiple interfaces
Product: contrib Reporter: uchithra <uchithra>
Component: PortalpackAssignee: Satyaranjan D <satyaranjan>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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