public class HttpUtil
extends java.lang.Object
| Constructor and Description |
|---|
HttpUtil() |
| Modifier and Type | Method and Description |
|---|---|
static java.net.URL |
addHttpGetParameters(WebRequest theRequest,
java.net.URL theURL)
Add HTTP GET parameters to the URL passed as parameter.
|
public static java.net.URL addHttpGetParameters(WebRequest theRequest, java.net.URL theURL) throws java.net.MalformedURLException
theRequest - the request containing the HTTP GET parameters to addtheURL - the URL that will be enriched with the HTTP GET parametersjava.net.MalformedURLException - if the URL is malformedCopyright © 2000-2004 Apache Software Foundation. All Rights Reserved.