| Package | Description |
|---|---|
| com.github.beothorn.html.common | |
| com.github.beothorn.html.elements | |
| com.github.beothorn.html.elements.img |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleProp |
class |
SimpleTag |
class |
UntaggedContent |
| Modifier and Type | Method and Description |
|---|---|
static String |
Render.renderTag(String tag,
List<Renderable> children) |
static String |
Render.renderTag(String tag,
List<Renderable> props,
List<Renderable> children) |
static String |
Render.renderTag(String tag,
List<Renderable> props,
List<Renderable> children) |
| Constructor and Description |
|---|
SimpleTag(String tag,
List<Renderable> children) |
UntaggedContent(List<Renderable> children) |
| Modifier and Type | Class and Description |
|---|---|
class |
Br |
class |
Text |
| Modifier and Type | Method and Description |
|---|---|
static Renderable |
Page.b(Renderable... childrenElements) |
static Renderable |
Page.b(String text) |
static Renderable |
Page.br() |
static Renderable |
Page.h1(Renderable... childrenElements) |
static Renderable |
Page.h1(String title) |
static Renderable |
Page.html(Renderable... childrenElements) |
static Renderable |
Page.img(List<ImgProp> props,
List<Renderable> childrenElements) |
static Renderable |
Page.img(Renderable... childrenElements) |
static Renderable |
Page.wrap(Renderable... childrenElements) |
| Modifier and Type | Method and Description |
|---|---|
static List<Renderable> |
Page.content(Renderable... childrenElements) |
| Modifier and Type | Method and Description |
|---|---|
static Renderable |
Page.b(Renderable... childrenElements) |
static List<Renderable> |
Page.content(Renderable... childrenElements) |
static Renderable |
Page.h1(Renderable... childrenElements) |
static Renderable |
Page.html(Renderable... childrenElements) |
static Renderable |
Page.img(Renderable... childrenElements) |
static Renderable |
Page.wrap(Renderable... childrenElements) |
| Modifier and Type | Method and Description |
|---|---|
static Renderable |
Page.img(List<ImgProp> props,
List<Renderable> childrenElements) |
| Modifier and Type | Class and Description |
|---|---|
class |
Img |
class |
ImgProp |
| Constructor and Description |
|---|
Img(Renderable[] childrenElements) |
| Constructor and Description |
|---|
Img(List<ImgProp> props,
List<Renderable> childrenElements) |
Copyright © 2016. All rights reserved.