Class ContainingPageReportCellCSVExporter
java.lang.Object
com.adobe.acs.commons.reports.models.ContainingPageReportCellCSVExporter
- All Implemented Interfaces:
ReportCellCSVExporter
@Model(adaptables=org.apache.sling.api.resource.Resource.class)
public class ContainingPageReportCellCSVExporter
extends Object
implements ReportCellCSVExporter
An exporter for exporting the containing page.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ContainingPageReportCellCSVExporter
public ContainingPageReportCellCSVExporter()
-
-
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:
obj- the report result- Returns:
- the CSV rendered result
-