Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
2.1.0-M2
-
None
Description
Reading the org.apache.pluto.driver.services.container.EventCoordinationServiceImpl class, I saw iteration over all portlets to know which ones should process a given event.
Could it be possible to iterate only on the set of portlets linked to the page to render? This way, it is possible to proces a event even if all portlets are not deployed (usefull on development mode).
thanks.