public static class HTMLUtils.Page extends WebUtils.Tag
| Constructor and Description |
|---|
HTMLUtils.Page(HTMLUtils.Head head,
HTMLUtils.Body body)
Creates a new HTML page tag using the supplied head and body tags.
|
HTMLUtils.Page(String title)
Creates a new HTML page tag, including the embedded head and body
tags.
|
| Modifier and Type | Method and Description |
|---|---|
HTMLUtils.Body |
body()
Get the embedded HTML body tag.
|
HTMLUtils.Head |
head()
Get the embedded HTML head tag.
|
addCData, addContent, addContent, addContent, addContent, attr, hasContent, noShorthand, toStringpublic HTMLUtils.Page(HTMLUtils.Head head, HTMLUtils.Body body)
head - HTML head tagbody - HTML body tagpublic HTMLUtils.Page(String title)
title - HTML head titlepublic HTMLUtils.Head head()
public HTMLUtils.Body body()
Copyright © 2014. All Rights Reserved.