Peform any post-render cleanup, by invoking
PageRenderCommand.cleanup(Environment) .
Execution order is reversed.
Parameters: writer - the markup writer used to generate all output markup in the document
Perform any initial setup, by invoking
PageRenderCommand.setup(Environment) .
Execution occurs in normal order.
Parameters: writer - the markup writer that will be used to generate all output markup