public class HTMLFilter extends Object
| Constructor and Description |
|---|
HTMLFilter() |
| Modifier and Type | Method and Description |
|---|---|
static String |
filter(String message)
Filter the specified message string for characters that are sensitive
in HTML.
|
public static String filter(String message)
message - The message string to be filteredCopyright © 2016. All rights reserved.