org.rhq.core.gui.util
Class UrlUtility
java.lang.Object
org.rhq.core.gui.util.UrlUtility
public abstract class UrlUtility
- extends Object
A set of utility methods for working with URLs.
- Author:
- Ian Springer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UrlUtility
public UrlUtility()
addParametersToQueryString
@NotNull
public static String addParametersToQueryString(@NotNull
String url,
@Nullable
Map<String,String> parameters)
- Add the specified parameters to the specified URL's query string.
- Parameters:
url - a URLparameters - a map of request parameters
- Returns:
- the updated URL
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.