public class Render extends Object
| Constructor and Description |
|---|
Render() |
| Modifier and Type | Method and Description |
|---|---|
static String |
renderTag(String tag,
List<Renderable> children) |
static String |
renderTag(String tag,
List<Renderable> attributes,
List<Renderable> children) |
public static String renderTag(String tag, List<Renderable> children)
public static String renderTag(String tag, List<Renderable> attributes, List<Renderable> children)
Copyright © 2016. All rights reserved.