public class ReportHelper extends Object
Constructor and Description |
---|
ReportHelper() |
Modifier and Type | Method and Description |
---|---|
static String |
capitalize(String s) |
static String |
escapeHtmlId(String rawHtmlId)
Escape illegal HTML element id characters, such as a dot.
|
public static String escapeHtmlId(String rawHtmlId)
This escape function guarantees that 2 distinct strings will result into 2 distinct escape strings (presuming that both have been escaped by this method).
rawHtmlId
- never nullCopyright © 2006–2019 JBoss by Red Hat. All rights reserved.