|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HtmlPageAttributes | |
org.apache.turbine.util.template | Template related utilities. |
Uses of HtmlPageAttributes in org.apache.turbine.util.template |
Methods in org.apache.turbine.util.template that return HtmlPageAttributes | |
HtmlPageAttributes |
HtmlPageAttributes.setTitle(java.lang.String title)
Set the title in the page. |
HtmlPageAttributes |
HtmlPageAttributes.addAttribute(java.lang.String name,
java.lang.String value)
Deprecated. Use addBodyAttribute instead. |
HtmlPageAttributes |
HtmlPageAttributes.addBodyAttribute(java.lang.String name,
java.lang.String value)
Adds an attribute to the BODY tag. |
HtmlPageAttributes |
HtmlPageAttributes.addScript(java.lang.String scriptURL)
Adds a script reference |
HtmlPageAttributes |
HtmlPageAttributes.setScript(java.lang.String scriptURL)
Deprecated. Use addScript instead |
HtmlPageAttributes |
HtmlPageAttributes.addStyleSheet(java.lang.String styleSheetURL)
Adds a style sheet reference |
HtmlPageAttributes |
HtmlPageAttributes.addStyleSheet(java.lang.String styleSheetURL,
java.lang.String media,
java.lang.String title,
java.lang.String type)
Adds a style sheet reference |
HtmlPageAttributes |
HtmlPageAttributes.setStyleSheet(java.lang.String styleSheetURL)
Deprecated. use addStyleSheet instead |
HtmlPageAttributes |
HtmlPageAttributes.setStyleSheet(java.lang.String styleSheetURL,
java.lang.String media)
Deprecated. use addStyleSheet instead |
HtmlPageAttributes |
HtmlPageAttributes.setStyle(java.lang.String styleText)
Deprecated. use addStyle instead |
HtmlPageAttributes |
HtmlPageAttributes.addStyle(java.lang.String styleText)
Adds a STYLE element to the HEAD of the page with the provided content. |
HtmlPageAttributes |
HtmlPageAttributes.setKeywords(java.lang.String keywords)
Set a keywords META tag in the HEAD of the page. |
HtmlPageAttributes |
HtmlPageAttributes.setHttpEquiv(java.lang.String httpEquiv,
java.lang.String content)
Sets a HttpEquiv META tag in the HEAD of the page, usage: setHttpEquiv("refresh", "5; URL=http://localhost/nextpage.html")
setHttpEquiv("Expires", "Tue, 20 Aug 1996 14:25:27 GMT") |
HtmlPageAttributes |
HtmlPageAttributes.setDescription(java.lang.String description)
Add a description META tag to the HEAD of the page. |
HtmlPageAttributes |
HtmlPageAttributes.setBackground(java.lang.String url)
Set the background image for the BODY tag. |
HtmlPageAttributes |
HtmlPageAttributes.setBgColor(java.lang.String color)
Set the background color for the BODY tag. |
HtmlPageAttributes |
HtmlPageAttributes.setTextColor(java.lang.String color)
Set the text color for the BODY tag. |
HtmlPageAttributes |
HtmlPageAttributes.setLinkColor(java.lang.String color)
Set the link color for the BODY tag. |
HtmlPageAttributes |
HtmlPageAttributes.setVlinkColor(java.lang.String color)
Set the visited link color for the BODY tag. |
HtmlPageAttributes |
HtmlPageAttributes.setAlinkColor(java.lang.String color)
Set the active link color for the BODY tag. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |