Interface VelocityTemplatePostProcessHook
- All Superinterfaces:
Hook
- All Known Implementing Classes:
VelocityTemplatePostProcessHookAdapter
-
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)
-
Method Details
-
postProcessTemplateString
String postProcessTemplateString(String templateStr, Report report, TableReportTemplate template, RSSimpleTableBean bean, ParameterSet ps) -
postProcessResultString
String postProcessResultString(String result, String templateStr, Report report, TableReportTemplate template, RSSimpleTableBean bean, ParameterSet ps) -
postProcessCompiledReport
CompiledReport postProcessCompiledReport(CompiledReport cReport, String result, String templateStr, Report report, TableReportTemplate template, RSSimpleTableBean bean, ParameterSet ps)
-