| Package | Description |
|---|---|
| org.ujorm.tools.web |
| Modifier and Type | Class and Description |
|---|---|
class |
Element
A HTML Element implements some methods for frequently used elements and attributes
A proxy class in the current release
|
class |
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