com.mortbay.HTML
Class Style
java.lang.Object
|
+--com.mortbay.HTML.Element
|
+--com.mortbay.HTML.Composite
|
+--com.mortbay.HTML.Block
|
+--com.mortbay.HTML.Style
- public class Style
- extends Block
HTML Style Block
Fields inherited from class com.mortbay.HTML.Block |
Bold,
Center,
Div,
Italic,
Left,
Listing,
Plain,
Pre,
Quote,
Right,
Span,
Xmp |
Fields inherited from class com.mortbay.HTML.Element |
ALIGN,
attributeMap,
BGCOLOR,
BOTTOM,
CENTER,
CLASS,
COLOR,
HEIGHT,
ID,
LEFT,
MIDDLE,
noAttributes,
RIGHT,
SIZE,
STYLE,
TOP,
VALIGN,
WIDTH |
Constructor Summary |
Style()
Construct a Style element |
Style(java.lang.String style)
Construct a Style element |
Style(java.lang.String style,
java.lang.String type)
Construct a Style element |
Methods inherited from class com.mortbay.HTML.Block |
write |
Methods inherited from class com.mortbay.HTML.Element |
attribute,
attribute,
attribute,
attributes,
attributes,
bgColor,
bottom,
center,
color,
cssClass,
cssID,
height,
height,
height,
left,
middle,
right,
setAttributesFrom,
size,
size,
style,
top,
toString,
width,
width,
width,
write,
write |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
STYLE
public static final java.lang.String STYLE
TYPE
public static final java.lang.String TYPE
MEDIA
public static final java.lang.String MEDIA
StyleSheet
public static final java.lang.String StyleSheet
AlternateStyleSheet
public static final java.lang.String AlternateStyleSheet
text_css
public static final java.lang.String text_css
screen
public static final java.lang.String screen
Style
public Style(java.lang.String style,
java.lang.String type)
- Construct a Style element
- Parameters:
type
- Format of Style
Style
public Style(java.lang.String style)
- Construct a Style element
Style
public Style()
- Construct a Style element
media
public Style media(java.lang.String m)
- Set the media
comment
public Style comment()
- Nest style content in comment
importStyle
public Style importStyle(java.lang.String url)
- Import another style sheet
- Parameters:
url
- The URL to import- Returns:
- This style