|
PAJES 2.3.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pajes.html.Tag
org.pajes.html.Head.Title
Inner class for the <title> tag which only ever appears in the header.
| Field Summary |
| Fields inherited from class org.pajes.html.Tag |
ON_CLICK_ATTRIBUTE, TAG_CLOSE, TAG_LEFT, TAG_RIGHT |
| Constructor Summary | |
Head.Title(java.lang.String title)
The <title> tag defines the document title. |
|
| Method Summary | |
java.lang.String |
getPageTitle()
Returns the document title. |
Head.Title |
setPageTitle(java.lang.String title)
Sets the title. |
protected void |
writeContent(Browser browser)
Called by the Tag.write(org.pajes.servlet.Browser)method to write any content between the
start and end tags. |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Head.Title(java.lang.String title)
title - the document title.| Method Detail |
public Head.Title setPageTitle(java.lang.String title)
title - the document title.
public java.lang.String getPageTitle()
protected void writeContent(Browser browser)
throws java.io.IOException
Tag.write(org.pajes.servlet.Browser)method to write any content between the
start and end tags.
writeContent in class Tagbrowser - the browser to which the results are to be output.
java.io.IOException - if an I/O error occurs writing to the browser.Tag.setWriteEndTag(boolean)
|
PAJES 2.3.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||