Package | Description |
---|---|
com.atlassian.jira.util |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
UrlBuilder(UrlBuilder source)
Creates a copy of the passed builder.
|
Copyright © 2002-2015 Atlassian. All Rights Reserved.