org.mortbay.html
Class StyleLink
CSS Style LINK.
$Id: StyleLink.java,v 1.3 2004/05/09 20:31:28 gregwilkins Exp $
ALIGN , BGCOLOR , BOTTOM , CENTER , CLASS , COLOR , HEIGHT , ID , LEFT , MIDDLE , RIGHT , SIZE , STYLE , TOP , VALIGN , WIDTH , attributeMap , noAttributes |
StyleLink(String href) - Constructor.
|
StyleLink(String rel, String href, String type, String media) - Full Constructor.
|
attribute , attribute , attribute , attributes , attributes , bgColor , bottom , center , color , cssClass , cssID , height , height , height , left , middle , right , setAttributesFrom , size , size , size , style , toString , top , width , width , width , write , write , write |
HREF
public static final String HREF
MEDIA
public static final String MEDIA
REL
public static final String REL
TYPE
public static final String TYPE
StyleLink
public StyleLink(String href)
Constructor.
href
- The URL of the style sheet
StyleLink
public StyleLink(String rel,
String href,
String type,
String media)
Full Constructor.
rel
- Style Relationship, default StyleSheet if null.href
- The URL of the style sheettype
- The type, default text/css if nullmedia
- The media, not specified if null
Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.