The <ISPAGELETENTRYPOINT>
tag can be used to directly render the content of a given pagelet entry point.
<isPageletEntryPoint ( PageletEntryPoint = "( {ISML expression} )" PageletEntryPointID = "( {String} | {ISML expression} )" PageletEntryPointUUID = "( {String} | {ISML expression} )" )>
The <ISPAGELETENTRYPOINT>
tag initiates the render process (including call parameter evaluation) for the given page object or the string values identifying a page.
<iscontent templatemarker="false" compact="true"> <ISPageletEntryPoint PageletEntryPointUUID="#PageletEntryPointUUID#" PageletEntryPointID="#PageletEntryPointID#" PageletEntryPoint="#PageletEntryPoint#">
The <ISPAGELETENTRYPOINT>
tag can be configured with one of the following parameters:
All three parameters are optional, but at least one of them has to be fullfilled.
PageletEntryPoint
The page entry point to be rendered accessible via the pipeline dictionary (optional).
PageletEntryPointID
The ID of the page entry point to be rendered (optional).
PageletEntryPointUUID
The UUID of the page entry point to be rendered (optional).