public class URIUtil
extends java.lang.Object
| Constructor and Description |
|---|
URIUtil() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
htmlEscape(java.lang.String text)
Performs necessary escaping to render arbitrary plain text as plain text without any markup.
|
static java.lang.String |
noCRLF(java.lang.String text)
Removes any occurrence of CR and LF in the text.
|
Copyright © 2013. All Rights Reserved.