Class AbstractReportResourcesDirective
java.lang.Object
ch.tocco.nice2.reporting.impl.reportresource.AbstractReportResourcesDirective
- All Implemented Interfaces:
Nice2TemplateDirective
,freemarker.template.TemplateDirectiveModel
,freemarker.template.TemplateModel
- Direct Known Subclasses:
ReportResourceImageDirective
,ReportResourceTextDirective
public abstract class AbstractReportResourcesDirective
extends Object
implements Nice2TemplateDirective
-
Nested Class Summary
Modifier and TypeClassDescriptionprotected static final class
-
Field Summary
Fields inherited from interface freemarker.template.TemplateModel
NOTHING
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface freemarker.template.TemplateDirectiveModel
execute
-
Constructor Details
-
AbstractReportResourcesDirective
public AbstractReportResourcesDirective()
-
-
Method Details
-
getReportResourcesKey
protected AbstractReportResourcesDirective.ReportResourcesKey getReportResourcesKey(String path) throws ParameterException - Throws:
ParameterException
-