public class StringUtils extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
StringUtils()
Instantiates a new string utils.
|
| Modifier and Type | Method and Description |
|---|---|
static Boolean |
containsOneOf(List<Integer> list1,
List<Integer> list2)
Checks if one list contains one or more elements of the second list.
|
static String |
encodeURL(String text,
String encoding)
Encode url.
|
public static String encodeURL(String text, String encoding) throws UnsupportedEncodingException
text - the textencoding - the encodingUnsupportedEncodingException - the unsupported encoding exceptionCopyright © 2022 Gentics Software. All rights reserved.