The Page object wraps the contents of the original (undecorated) page.
The original data in its entirity can be written using the writePage()
methods. It may also contain a set of properties - these vary among
different
com.opensymphony.module.sitemesh.PageParser implementations.
Get a property embedded into the Page as a boolean.
Returns true if value starts with '1', 't' or 'y' (case-insensitive) -
otherwise returns false.
Parameters: name - Name of property Property value
Get a property embedded into the Page as an int.
Returns 0 if property not specified or not valid number.
Parameters: name - Name of property Property value
Get a property embedded into the Page as a long.
Returns 0L if property not specified or not valid number.
Parameters: name - Name of property Property value
Write the entire contents of the Page, in the format before
it was parsed, to the Writer.
Parameters: out - Writer to write to. exception: java.io.IOException - Rethrown if cannot write to writer.