public class HTMLUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DOCTYPE_401 |
| Constructor and Description |
|---|
HTMLUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
a(String href,
String text) |
static String |
aNewWindow(String href,
String text) |
static String |
convertLineFeeds(String text) |
static String |
escape(String value) |
static String |
hexColorCode(Color color) |
static boolean |
isEmptyTag(String tagName) |
static void |
openBrowser(String url) |
static Map<String,String> |
parseCGIParameters(String url) |
static String |
td(String text) |
static String |
td(String text,
String alignment) |
static String |
td(String text,
String alignment,
String style) |
static String |
unescape(String text) |
public static final String DOCTYPE_401
Copyright © 2006–2016 Volker Bergmann. All rights reserved.