Uses of Class
com.atlassian.jira.util.UrlBuilder
Packages that use UrlBuilder
-
Uses of UrlBuilder in com.atlassian.jira.projectconfig.contextproviders
Methods in com.atlassian.jira.projectconfig.contextproviders that return UrlBuilderModifier and TypeMethodDescriptionContextProviderHelper.createUrlBuilder(String basename) ContextProviderUtils.createUrlBuilder(String basename) -
Uses of UrlBuilder in com.atlassian.jira.util
Methods in com.atlassian.jira.util that return UrlBuilderModifier and TypeMethodDescriptionAdd the passed anchor value to the URL while URL encoding it.UrlBuilder.addParameter(String name, Object value) Adds the passed parameter to the URL while URL encoding them.UrlBuilder.addParameter(String name, String value) Adds the parameter to the URL while URL encoding them.UrlBuilder.addParametersFromMap(Map<?, ?> params) Add multiple parameters from a map safely.UrlBuilder.addParameterUnsafe(String name, String value) Adds the parameter to the URL without URL encoding them.URL encodes and adds the given path to the URL.URL encodes and adds the given paths to the URL.UrlBuilder.addPathUnsafe(String path) Adds the given path to the URL.Constructors in com.atlassian.jira.util with parameters of type UrlBuilderModifierConstructorDescriptionUrlBuilder(UrlBuilder source) Creates a copy of the passed builder.