protected HtmlOutputProcessor createOutputProcessor()
{
if ("pageable".equals(exportMethod))
{
return new PageableHtmlOutputProcessor(job.getConfiguration());
}
else if ("flow".equals(exportMethod))
{
return new FlowHtmlOutputProcessor(job.getConfiguration());
}