public class HtmlPage extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
FAVICON_PATH |
| Constructor and Description |
|---|
HtmlPage() |
HtmlPage(String customFavIconPath) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCss(WebResource webResource) |
void |
addJavaScript(WebResource webResource) |
void |
addJavaScriptInFront(WebResource webResource) |
void |
addToBody(RenderSupplier supplier) |
void |
addToHead(RenderSupplier supplier) |
void |
addToJavaScript(RenderSupplier supplier) |
String |
render(String documentationId) |
void |
setTitle(String title) |
public static final String FAVICON_PATH
public HtmlPage()
public HtmlPage(String customFavIconPath)
public void setTitle(String title)
public void addCss(WebResource webResource)
public void addJavaScript(WebResource webResource)
public void addJavaScriptInFront(WebResource webResource)
public void addToHead(RenderSupplier supplier)
public void addToBody(RenderSupplier supplier)
public void addToJavaScript(RenderSupplier supplier)
Copyright © 2022. All rights reserved.