org.mortbay.html
public class StyleLink extends Tag
Modifier and Type | Field and Description |
---|---|
static String |
HREF |
static String |
MEDIA |
static String |
REL |
static String |
TYPE |
Constructor and Description |
---|
StyleLink(String href)
Constructor.
|
StyleLink(String rel,
String href,
String type,
String media)
Full Constructor.
|
public static final String REL
public static final String HREF
public static final String TYPE
public static final String MEDIA
public StyleLink(String href)
href
- The URL of the style sheetCopyright © 2009 Mortbay Consulting Pty. Ltd. All Rights Reserved.