public class PageParser extends Object
Modifier and Type | Method and Description |
---|---|
static String |
escapeHtml(String s)
Convert data to HTML, including newlines and multiple spaces.
|
static String |
parse(String page,
Map<String,Object> settings)
Replace the tags in the HTML page with the given settings.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.