public abstract class JasperOutputGeneratorImpl extends java.lang.Object implements JasperOutputGenerator
Constructor and Description |
---|
JasperOutputGeneratorImpl(HookHandlerService hookHandler) |
Modifier and Type | Method and Description |
---|---|
void |
adjustDesign(JasperDesign jasperDesign,
java.lang.String outputFormat,
ReportExecutionConfig... configs)
May adjust the design according to the output format.
|
<C extends ReportExecutionConfig> |
getConfig(java.lang.Class<C> type,
ReportExecutionConfig... configs) |
boolean |
hasConfig(java.lang.Class<? extends ReportExecutionConfig> type,
ReportExecutionConfig... configs) |
boolean |
isCatchAll()
Returns true if this generator should be used if the format is not
recognized.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
exportReport
getFormatInfo, getFormats
public JasperOutputGeneratorImpl(HookHandlerService hookHandler)
public boolean hasConfig(java.lang.Class<? extends ReportExecutionConfig> type, ReportExecutionConfig... configs)
public <C extends ReportExecutionConfig> C getConfig(java.lang.Class<C> type, ReportExecutionConfig... configs)
public void adjustDesign(JasperDesign jasperDesign, java.lang.String outputFormat, ReportExecutionConfig... configs)
JasperOutputGenerator
adjustDesign
in interface JasperOutputGenerator
public boolean isCatchAll()
ReportOutputGenerator
isCatchAll
in interface ReportOutputGenerator