This is the base class that defines what a Page module is.
author: Dave Bryson author: Henning P. Schmiedehausen version: $Id: Page.java 534527 2007-05-02 16:10:59Z tv $
Method Summary
protected void
build(RunData data) Subclasses can override this method to add additional
functionality.
abstractprotected void
doBuild(RunData data) A subclass must override this method to build itself.
Subclasses can override this method to add additional
functionality. This method is protected to force clients to
use PageLoader to build a Page.
Parameters: data - Turbine information. exception: Exception - a generic exception.
A subclass must override this method to build itself.
Subclasses override this method to store the page in RunData or
to write the page to the output stream referenced in RunData.
Parameters: data - Turbine information. exception: Exception - a generic exception.