Class VelocityTemplatePostProcessHookAdapter
java.lang.Object
net.datenwerke.rs.tabletemplate.service.engines.velocity.hooks.adapter.VelocityTemplatePostProcessHookAdapter
- All Implemented Interfaces:
Hook,VelocityTemplatePostProcessHook
@GeneratedType("net.datenwerke.hookservices.HookAdapterProcessor")
public class VelocityTemplatePostProcessHookAdapter
extends Object
implements VelocityTemplatePostProcessHook
This file was automatically created by DtoAnnotationProcessor, version 0.1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionpostProcessCompiledReport(CompiledReport cReport, String result, String templateStr, Report report, TableReportTemplate template, RSSimpleTableBean bean, ParameterSet ps) postProcessResultString(String result, String templateStr, Report report, TableReportTemplate template, RSSimpleTableBean bean, ParameterSet ps) postProcessTemplateString(String templateStr, Report report, TableReportTemplate template, RSSimpleTableBean bean, ParameterSet ps)
-
Constructor Details
-
VelocityTemplatePostProcessHookAdapter
public VelocityTemplatePostProcessHookAdapter()
-
-
Method Details
-
postProcessTemplateString
public String postProcessTemplateString(String templateStr, Report report, TableReportTemplate template, RSSimpleTableBean bean, ParameterSet ps) - Specified by:
postProcessTemplateStringin interfaceVelocityTemplatePostProcessHook
-
postProcessResultString
public String postProcessResultString(String result, String templateStr, Report report, TableReportTemplate template, RSSimpleTableBean bean, ParameterSet ps) - Specified by:
postProcessResultStringin interfaceVelocityTemplatePostProcessHook
-
postProcessCompiledReport
public CompiledReport postProcessCompiledReport(CompiledReport cReport, String result, String templateStr, Report report, TableReportTemplate template, RSSimpleTableBean bean, ParameterSet ps) - Specified by:
postProcessCompiledReportin interfaceVelocityTemplatePostProcessHook
-