Class BaseXdocTemplateChecker
java.lang.Object
ru.cg.webbpm.modules.reporting.impl.xdoc.common.BaseXdocTemplateChecker
- All Implemented Interfaces:
ReportTemplateChecker
- Direct Known Subclasses:
XdocDocxReportTemplateChecker
,XdocOdtReportTemplateChecker
- Author:
- a.petrov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
checkTemplateContent
(byte[] templateContent) protected abstract String
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ru.cg.webbpm.modules.reporting.api.common.ReportTemplateChecker
accept, getTemplateExtension, weight
-
Constructor Details
-
BaseXdocTemplateChecker
public BaseXdocTemplateChecker()
-
-
Method Details
-
getMainContentFilePath
-
checkTemplateContent
protected boolean checkTemplateContent(byte[] templateContent)
-