Class TagReportCellCSVExporter
java.lang.Object
com.adobe.acs.commons.reports.models.TagReportCellCSVExporter
- All Implemented Interfaces:
ReportCellCSVExporter
@Model(adaptables=org.apache.sling.api.resource.Resource.class)
public class TagReportCellCSVExporter
extends Object
implements ReportCellCSVExporter
Model for rendering Tag properties to CSV cells.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TagReportCellCSVExporter
public TagReportCellCSVExporter()
-
-
Method Details
-
getValue
Description copied from interface:ReportCellCSVExporterGets the CSV value from the specified result based on the column configuration of the current cell.- Specified by:
getValuein interfaceReportCellCSVExporter- Parameters:
result- the report result- Returns:
- the CSV rendered result
-