@Deprecated public interface PluginResourceLocator
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.plugin.servlet.DownloadableResource |
getDownloadableResource(String url,
Map<String,String> queryParams)
Deprecated.
since 3.3.2
|
boolean |
matches(String url)
Deprecated.
since 3.3.2
|
Globals |
temporaryWayToGetGlobalsDoNotUseIt()
Deprecated.
since 3.3.2
|
@Deprecated boolean matches(String url)
@Deprecated com.atlassian.plugin.servlet.DownloadableResource getDownloadableResource(String url, Map<String,String> queryParams)
Returns a DownloadableResource represented by the given url and query params.
matches(String) should be called before invoking this method. If the url is
not understood by the locator or the resource cannot be found, null will be returned.
@Internal @Deprecated Globals temporaryWayToGetGlobalsDoNotUseIt()
Copyright © 2019 Atlassian. All rights reserved.