Class BirtOutputGeneratorImpl
java.lang.Object
net.datenwerke.rs.birt.service.reportengine.output.generator.BirtOutputGeneratorImpl
- All Implemented Interfaces:
BirtOutputGenerator,ReportOutputGenerator
- Direct Known Subclasses:
BirtDOCOutputGenerator,BirtHTMLOutputGenerator,BirtPDFOutputGenerator,BirtPNGOutputGenerator,BirtXLSOutputGenerator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns true if this generator should be used if the format is not recognized.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.datenwerke.rs.birt.service.reportengine.output.generator.BirtOutputGenerator
exportReportMethods inherited from interface net.datenwerke.rs.core.service.reportmanager.output.ReportOutputGenerator
getFormatInfo, getFormats
-
Constructor Details
-
BirtOutputGeneratorImpl
public BirtOutputGeneratorImpl()
-
-
Method Details
-
isCatchAll
public boolean isCatchAll()Description copied from interface:ReportOutputGeneratorReturns true if this generator should be used if the format is not recognized.- Specified by:
isCatchAllin interfaceReportOutputGenerator
-