
Methods
public void
addProperty
(
String name,
String value)
Manually add a property to page.
public String
getProperty
(
String name)

Get a property embedded into the
Page
as a
String
.

Get a property embedded into the
Page
as a
String
.
Returns:
Property value
Parameters:
-
name - Name of property
public String
getPropertyKeys
()

Get all available property keys for the
Page
.

Get all available property keys for the
Page
.
Returns:
Property keys
public String
getTitle
()
Get the Title of the document
public int
originalLength
()
Length of the original unprocessed content.
public void
writeBody
(
Writer out)
throws
IOException
Write the contents of the <body>
tag.
public void
writeHead
(
Writer out)
throws
IOException
Write the contents of the <head>
tag.
public void
writeOriginal
(
Writer writer)
throws
IOException
Write out the original unprocessed content.