Class ReferencesModel

java.lang.Object
com.adobe.acs.commons.reports.models.ReferencesModel
All Implemented Interfaces:
ReportCellCSVExporter

@Model(adaptables=org.apache.sling.api.resource.Resource.class) public class ReferencesModel extends Object implements ReportCellCSVExporter
  • Constructor Details

    • ReferencesModel

      public ReferencesModel(org.apache.sling.api.resource.Resource resource)
  • Method Details

    • getReferences

      public List<com.adobe.granite.references.Reference> getReferences()
    • getValue

      public String getValue(Object result)
      Description copied from interface: ReportCellCSVExporter
      Gets the CSV value from the specified result based on the column configuration of the current cell.
      Specified by:
      getValue in interface ReportCellCSVExporter
      Parameters:
      result - the report result
      Returns:
      the CSV rendered result
    • init

      @PostConstruct public void init()