org.mortbay.html
public class Break extends Tag
Modifier and Type | Field and Description |
---|---|
static Break |
line
Static instance of line break
|
static java.lang.String |
Line
Line Break tag type
|
static Break |
para
Static instance of paragraph break
|
static java.lang.String |
Para
Paragraph Break tag type
|
static Break |
rule
Static instance of rule break
|
static java.lang.String |
Rule
Rule Break tag type
|
Constructor and Description |
---|
Break()
Default constructor (Line Break).
|
Break(java.lang.String type)
Constructor.
|
public static final java.lang.String Line
public static final java.lang.String Rule
public static final java.lang.String Para
public static final Break line
public static final Break rule
public static final Break para
Copyright © 2009 Mortbay Consulting Pty. Ltd. All Rights Reserved.