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

Packages that use TemplatePageAttributes
org.apache.turbine.util.template Template related utilities. 
 

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)
          Deprecated. Set the title in the page.
 TemplatePageAttributes TemplatePageAttributes.setStyleSheet(java.lang.String url)
          Deprecated. Adds a LINK to a CSS styleshet to the HEAD of the page.
 TemplatePageAttributes TemplatePageAttributes.setStyleSheet(java.lang.String url, java.lang.String media)
          Deprecated. Adds a LINK to a CSS stylesheet to the HEAD of the page, allowing the media type to be specified.
 TemplatePageAttributes TemplatePageAttributes.setStyle(java.lang.String styleText)
          Deprecated. Adds a STYLE element to the HEAD of the page with the provided content.
 TemplatePageAttributes TemplatePageAttributes.setScript(java.lang.String url)
          Deprecated. Adds a LINK to a javascript file to the HEAD of the page.
 TemplatePageAttributes TemplatePageAttributes.setKeywords(java.lang.String keywords)
          Deprecated. Set a keywords META tag in the HEAD of the page.
 TemplatePageAttributes TemplatePageAttributes.setHttpEquiv(java.lang.String httpEquiv, java.lang.String content)
          Deprecated. 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")
 TemplatePageAttributes TemplatePageAttributes.setDescription(java.lang.String description)
          Deprecated. Add a description META tag to the HEAD of the page.
 TemplatePageAttributes TemplatePageAttributes.setBackground(java.lang.String url)
          Deprecated. Set the background image for the BODY tag.
 TemplatePageAttributes TemplatePageAttributes.setBgColor(java.lang.String color)
          Deprecated. Set the background color for the BODY tag.
 TemplatePageAttributes TemplatePageAttributes.setTextColor(java.lang.String color)
          Deprecated. Set the text color for the BODY tag.
 TemplatePageAttributes TemplatePageAttributes.setLinkColor(java.lang.String color)
          Deprecated. Set the link color for the BODY tag.
 TemplatePageAttributes TemplatePageAttributes.setVlinkColor(java.lang.String color)
          Deprecated. Set the visited link color for the BODY tag.
 TemplatePageAttributes TemplatePageAttributes.addAttribute(java.lang.String name, java.lang.String value)
          Deprecated. Adds an attribute to the BODY tag.
 



Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.