Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.0
-
None
Description
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.