public class MarkupUtils extends Object
Constructor and Description |
---|
MarkupUtils() |
Modifier and Type | Method and Description |
---|---|
static String |
join(List<String> values)
Joins together several strings, sorting them alphabetically and separating them with spaces.
|
static String |
join(String... values)
Joins together several strings, sorting them alphabetically and separating them with spaces.
|
static String |
quote(String text)
Quotes the provided value as a JavaScript string literal.
|
public MarkupUtils()
public static String quote(String text)
text
- public static String join(String... values)
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.