Interface | Description |
---|---|
Html |
A proxy for a HTML element
|
Class | Description |
---|---|
Element |
A HTML Element implements some methods for frequently used elements and attributes
A proxy class in the current release
|
HtmlElement |
The root of HTML elements
Usage
MockServletResponse response = new MockServletResponse(); try (HtmlElement html = HtmlElement.of(response)) { html.addBody().addHeading("Hello!") |
Copyright 2019-2022, Pavel Ponec