Uses of Class
com.atlassian.jira.util.UrlBuilder

Packages that use UrlBuilder
com.atlassian.jira.projectconfig.contextproviders   
com.atlassian.jira.util   
 

Uses of UrlBuilder in com.atlassian.jira.projectconfig.contextproviders
 

Methods in com.atlassian.jira.projectconfig.contextproviders that return UrlBuilder
 UrlBuilder ContextProviderUtils.createUrlBuilder(String basename)
           
 

Uses of UrlBuilder in com.atlassian.jira.util
 

Methods in com.atlassian.jira.util that return UrlBuilder
 UrlBuilder UrlBuilder.addAnchor(String value)
          Add the passed anchor value to the URL while URL encoding it.
 UrlBuilder UrlBuilder.addParameter(String name, Object value)
          Adds the passed parameter to the URL while URL encoding them.
 UrlBuilder UrlBuilder.addParameter(String name, String value)
          Adds the parameter to the URL while URL encoding them.
 UrlBuilder UrlBuilder.addParametersFromMap(Map<?,?> params)
          Add multiple parameters from a map safely.
 UrlBuilder UrlBuilder.addParameterUnsafe(String name, String value)
          Adds the parameter to the URL without URL encoding them.
 UrlBuilder UrlBuilder.addPath(String path)
          URL encodes and adds the given path to the URL.
 UrlBuilder UrlBuilder.addPaths(String paths)
          URL encodes and adds the given paths to the URL.
 UrlBuilder UrlBuilder.addPathUnsafe(String path)
          Adds the given path to the URL.
 

Constructors in com.atlassian.jira.util with parameters of type UrlBuilder
UrlBuilder(UrlBuilder source)
          Creates a copy of the passed builder.
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.