<ISGETPAGELETSOFPAGELETENTRYPOINT>
is used to implement a loop over all pagelets available at rendering time and assigned to the given pagelet entry point. The iterator order is equal to the priority (highest first) of the assigned pagelets.
<isGetPageletEntryPoint ( PageletEntryPoint = "( {ISML expression} )" IteratorAlias = "( {String} | {ISML expression} )" )>
PageletEntryPoint
The pagelet entry point the contents of which should be wrapped as iterator object.
IteratorAlias
Stores the key by which the iterable elements are accessible in the pipeline dictionary.