Class DefaultReportViewConverterStrategy

java.lang.Object
de.hybris.platform.auditreport.service.impl.AbstractTemplateViewConverterStrategy
de.hybris.platform.auditreport.service.impl.DefaultReportViewConverterStrategy
All Implemented Interfaces:
ReportViewConverterStrategy

public class DefaultReportViewConverterStrategy extends AbstractTemplateViewConverterStrategy
The strategy generates reports by using Apache Velocity templates. Velocity templates can operate on java object (collection with reports, key VELOCITY_CTX_REPORTS) or text representation of that java object (generated by an implementation of the ReportViewConverterStrategy, key VELOCITY_CTX_REPORTS_TEXT).