public abstract class BaseFreemarkerReport extends BaseReport
| Constructor and Description |
|---|
BaseFreemarkerReport() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getEditFormTemplatePath() |
java.lang.String |
getEditHTML(ReportInstance reportInstance,
java.util.Map<java.lang.String,java.lang.Object> context)
Returns the HTML code containing the advanced properties edit form for
the report.
|
protected java.lang.String |
getFormTemplatePath() |
java.lang.String |
getHTML(ReportInstance reportInstance,
java.util.Map<java.lang.String,java.lang.Object> context)
Returns the HTML code containing the report presentation based on the
context.
|
protected void |
populateContext(ReportInstance reportInstance,
java.util.Map<java.lang.String,java.lang.Object> context) |
protected void |
populateEditContext(ReportInstance reportInstance,
java.util.Map<java.lang.String,java.lang.Object> context) |
activate, deActivate, getDescription, getIcon, getName, getReportKey, isInstantiable, isVisible, processEditReportclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetReportType, updateReportpublic java.lang.String getEditHTML(ReportInstance reportInstance, java.util.Map<java.lang.String,java.lang.Object> context)
ReportreportInstance - the report instance with stored configurationcontext - the map defining the form evaluation contextpublic java.lang.String getHTML(ReportInstance reportInstance, java.util.Map<java.lang.String,java.lang.Object> context)
ReportreportInstance - the report instance with stored configurationcontext - the map defining the form evaluation contextprotected java.lang.String getEditFormTemplatePath()
protected java.lang.String getFormTemplatePath()
protected void populateContext(ReportInstance reportInstance, java.util.Map<java.lang.String,java.lang.Object> context)
protected void populateEditContext(ReportInstance reportInstance, java.util.Map<java.lang.String,java.lang.Object> context)