org.mortbay.html
public class StyleLink extends Tag
Version: $Id: StyleLink.java,v 1.3 2004/05/09 20:31:28 gregwilkins Exp $
Field Summary | |
---|---|
static String | HREF |
static String | MEDIA |
static String | REL |
static String | TYPE |
Constructor Summary | |
---|---|
StyleLink(String href) Constructor. | |
StyleLink(String rel, String href, String type, String media) Full Constructor. |
Parameters: href The URL of the style sheet
Parameters: rel Style Relationship, default StyleSheet if null. href The URL of the style sheet type The type, default text/css if null media The media, not specified if null