org.apache.geronimo.network
Class URISupport
java.lang.Object
org.apache.geronimo.network.URISupport
- public final class URISupport
- extends Object
- Version:
- $Revision: 1.2 $ $Date: 2004/03/10 09:59:12 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
URISupport
public URISupport()
parseQueryParameters
public static Properties parseQueryParameters(URI uri)
toQueryString
public static String toQueryString(Properties queryParams)
- Parameters:
queryParams
-
setFragment
public static URI setFragment(URI uri,
String fragment)
throws URISyntaxException
- Throws:
URISyntaxException
setPath
public static URI setPath(URI uri,
String path)
throws URISyntaxException
- Throws:
URISyntaxException
Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.