Class PredictedTagReportCellCSVExporter
java.lang.Object
com.adobe.acs.commons.reports.models.PredictedTagReportCellCSVExporter
- All Implemented Interfaces:
ReportCellCSVExporter
@Model(adaptables=org.apache.sling.api.resource.Resource.class)
public class PredictedTagReportCellCSVExporter
extends Object
implements ReportCellCSVExporter
Model for rendering PredictedTag properties to CSV cells.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasCellCSVValue(PredictedTag predictedTag) Gets the CSV value from the specified result based on the column configuration of the current cell.
-
Field Details
-
CONFIDENCE_FORMAT_STRING
- See Also:
-
EMPTY_STRING
- See Also:
-
CONFIDENCE_BRACKET_OPEN
- See Also:
-
CONFIDENCE_BRACKET_CLOSE
- See Also:
-
VALUE_SEPARATOR
- See Also:
-
SPACE_SEPARATOR
- See Also:
-
-
Constructor Details
-
PredictedTagReportCellCSVExporter
public PredictedTagReportCellCSVExporter()
-
-
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
-
asCellCSVValue
-