public class HTMLSnippets extends Object
| Constructor and Description |
|---|
HTMLSnippets() |
| Modifier and Type | Method and Description |
|---|---|
static HttpExchange |
writeErrorPage(HttpExchange x,
String title,
Throwable err) |
static HttpExchange |
writeFullPage(HttpExchange x,
String title,
String content) |
static HttpExchange |
writePage(HttpExchange x,
String title,
String content) |
public static HttpExchange writePage(HttpExchange x, String title, String content)
public static HttpExchange writeFullPage(HttpExchange x, String title, String content)
public static HttpExchange writeErrorPage(HttpExchange x, String title, Throwable err)
Copyright © 2014–2015 Nikolche Mihajlovski. All rights reserved.