com.atlassian.bamboo.util
Class UrlUtils

java.lang.Object
  extended by com.atlassian.bamboo.util.UrlUtils

public class UrlUtils
extends Object


Constructor Summary
UrlUtils()
           
 
Method Summary
static String correctlyFormatUrl(String host)
           
static String replaceOrInsertParamValue(String queryString, String paramField, String newParamValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UrlUtils

public UrlUtils()
Method Detail

replaceOrInsertParamValue

public static String replaceOrInsertParamValue(String queryString,
                                               String paramField,
                                               String newParamValue)

correctlyFormatUrl

public static String correctlyFormatUrl(String host)


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.