public class CMSItemToDataContentConverter extends java.lang.Object implements Converter<CMSItemModel,java.lang.String>
CMSItemModel.
Converts the item into its UID (String) representation.| Constructor and Description |
|---|
CMSItemToDataContentConverter() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
convert(CMSItemModel source)
Uses the source
S object and produces an new instance of T. |
protected RenderingVisibilityService |
getRenderingVisibilityService() |
void |
setRenderingVisibilityService(RenderingVisibilityService renderingVisibilityService) |
public java.lang.String convert(CMSItemModel source)
ConverterS object and produces an new instance of T.convert in interface Converter<CMSItemModel,java.lang.String>source - the input to be converted.T, converted from the input source.protected RenderingVisibilityService getRenderingVisibilityService()
public void setRenderingVisibilityService(RenderingVisibilityService renderingVisibilityService)
Copyright © 2018 SAP SE. All Rights Reserved.