Uses of Class
org.apache.turbine.util.template.TemplatePageAttributes

Packages that use TemplatePageAttributes
org.apache.turbine.util.template   
 

Uses of TemplatePageAttributes in org.apache.turbine.util.template
 

Methods in org.apache.turbine.util.template that return TemplatePageAttributes
 TemplatePageAttributes TemplatePageAttributes.setTitle(java.lang.String intitle)
          Set the title in the page.
 TemplatePageAttributes TemplatePageAttributes.setStyleSheet(java.lang.String url)
          Adds a LINK to a CSS styleshet to the HEAD of the page.
 TemplatePageAttributes TemplatePageAttributes.setKeywords(java.lang.String keywords)
          Set a keywords META tag in the HEAD of the page.
 TemplatePageAttributes TemplatePageAttributes.setHttpEquiv(java.lang.String httpEquiv, java.lang.String content)
          Sets a HttpEquiv META tag in the HEAD of the page, usage:
setHttpEquiv("refresh", "5; http://localhost/nextpage.html")
setHttpEquiv("Expires", "Tue, 20 Aug 1996 14:25:27 GMT")
 TemplatePageAttributes TemplatePageAttributes.setDescription(java.lang.String description)
          Add a description META tag to the HEAD of the page.
 TemplatePageAttributes TemplatePageAttributes.setBackground(java.lang.String url)
          Set the background image for the BODY tag.
 TemplatePageAttributes TemplatePageAttributes.setBgColor(java.lang.String color)
          Set the background color for the BODY tag.
 TemplatePageAttributes TemplatePageAttributes.setTextColor(java.lang.String color)
          Set the text color for the BODY tag.
 TemplatePageAttributes TemplatePageAttributes.setLinkColor(java.lang.String color)
          Set the link color for the BODY tag.
 TemplatePageAttributes TemplatePageAttributes.setVlinkColor(java.lang.String color)
          Set the visited link color for the BODY tag.
 TemplatePageAttributes TemplatePageAttributes.addAttribute(java.lang.String name, java.lang.String value)
          Adds an attribute to the BODY tag.
 



Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.