| Page render commands are invoked at the start of the page render cycle and at the end. This
allows them to perform initial startup or final cleanup (or both).
When commands are invoked (by the default
PageRenderInitializer ), the
MarkupWriter and
Document will have already been set. Most commands deal with
storing new environmental services into the Environment.
See Also: PageRenderInitializer |