« Return to Thread: Changing the FilterManagerService

Changing the FilterManagerService

by cziegeler :: Rate this Message:

Reply to Author | View in Thread

Hi,

the current FilterManagerService interface uses the
PortletApplicationDefinition and the portlet name (string):

getFilterManager(PortletApplicationDefinition portletAppDD, String
portletName, String lifeCycle)

I would like to change the signature of this method to use the
PortletEntity:

getFilterManager(PortletEntity, String lifeCycle).

This would allow portals to provide different filter chains based on a
portlet entity.

WDYT?
Carsten
--
Carsten Ziegeler
cziegeler@...

 « Return to Thread: Changing the FilterManagerService