public interface WebComponentPresentationAssembler
ComponentPresentationAssembler allows you to assemble Dynamic Component Presentations.
Dynamic Component Presentations are executed and an empty string is returned.
In the case of XSLT, the XSLTProcessor is invoked and the result is returned.| Modifier and Type | Method and Description |
|---|---|
String |
getContent(int componentId,
int componentTemplateId)
Returns the content of a Dynamic Component Presentation.
|
String |
getContent(int componentId,
int componentTemplateId,
Map<String,String> renderParameters)
Returns the content of a Dynamic Component Presentation.
|
String |
getContent(String componentURI,
String componentTemplateURI)
Returns the content of a Dynamic Component Presentation.
|
String |
getContent(String componentURI,
String componentTemplateURI,
Map<String,String> renderingParameters)
Returns the content of a Dynamic Component Presentation.
|
String getContent(int componentId, int componentTemplateId)
componentId - The componentId of the Dynamic Component Presentation.componentTemplateId - The templateId of the Dynamic Component Presentation.String getContent(int componentId, int componentTemplateId, Map<String,String> renderParameters)
componentId - The componentId of the Dynamic Component Presentation.componentTemplateId - The templateId of the Dynamic Component Presentation.String getContent(String componentURI, String componentTemplateURI, Map<String,String> renderingParameters)
componentURI - The component tcm:uri of the Dynamic Component Presentation.componentTemplateURI - The template tcm:uri of the Dynamic Component Presentation.String getContent(String componentURI, String componentTemplateURI)
componentURI - The component tcm:uri of the Dynamic Component Presentation.componentTemplateURI - The template tcm:uri of the Dynamic Component Presentation.Copyright © 2017 SDL Group. All rights reserved.