|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UrlBuilder | |
|---|---|
| com.atlassian.jira.util | |
| 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,
String value)
Add the passed 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)
Add the passed parameter to the URL without URL encoding them. |
| Constructors in com.atlassian.jira.util with parameters of type UrlBuilder | |
|---|---|
UrlBuilder(UrlBuilder source)
Create a copy of the passed builder. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||