|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.turbine.util.template.HtmlPageAttributes.StyleSheet
Helper class to hold data about a stylesheet
Constructor Summary | |
HtmlPageAttributes.StyleSheet(java.lang.String url)
Constructor requiring the URL to be set |
Method Summary | |
java.lang.String |
getMedia()
Gets the media for which the stylesheet should be applied. |
java.lang.String |
getTitle()
Gets the title of the style sheet |
java.lang.String |
getType()
Gets the content type of the style sheet |
java.lang.String |
getUrl()
|
void |
setMedia(java.lang.String media)
Sets the media for which the stylesheet should be applied. |
void |
setTitle(java.lang.String title)
Sets the title of the stylesheet |
void |
setType(java.lang.String type)
Sets the content type of the style sheet |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HtmlPageAttributes.StyleSheet(java.lang.String url)
url
- URL of the external style sheetMethod Detail |
public java.lang.String getType()
public void setType(java.lang.String type)
type
- content typepublic java.lang.String getUrl()
public java.lang.String getTitle()
public void setTitle(java.lang.String title)
title
- public java.lang.String getMedia()
public void setMedia(java.lang.String media)
media
- name of the media
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |