public abstract class WebUtils extends Object
Some methods to work with a web stuff.
| Modifier and Type | Method and Description |
|---|---|
static String |
addUrlParameter(String url,
String name,
String value)
Add a URL parameter to the specified URL with UTF-8 encoding.
|
static String |
addUrlParameter(String url,
String name,
String value,
Charset charset)
Add a URL parameter to the specified URL with the specified encoding
(charset).
|
static String |
getDatepickerLocale(Locale inLocale)
Get the language string of a jQuery Datepicker for the specified
Locale. |
public static String addUrlParameter(String url, String name, String value)
url - the original URLname - the name of the parametervalue - the value of the parameterpublic static String addUrlParameter(String url, String name, String value, Charset charset)
url - the original URLname - the name of the parametervalue - the value of the parametercharset - the encoding (charset)Copyright © 2017 bremersee.org. All rights reserved.