Package org.mapfish.print.servlet.job
Interface PrintJob.PrintAction
- Enclosing class:
 PrintJob
protected static interface PrintJob.PrintAction
Interface encapsulating the code to run with the open output stream.
- 
Method Summary
 
- 
Method Details
- 
run
Execute the action.- Parameters:
 outputStream- the output stream to write the report to.- Throws:
 Exception
 
 -