| Package | Description |
|---|---|
| com.atlassian.plugin.webresource | |
| com.atlassian.plugin.webresource.assembler |
| Modifier and Type | Method and Description |
|---|---|
static UrlMode |
UrlMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UrlMode[] |
UrlMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
WebResourceUrlProvider.getBaseUrl(UrlMode urlMode)
Returns the base URL for this application in either relative or absolute format, depending on the value of
urlMode. |
String |
WebResourceUrlProviderImpl.getBaseUrl(UrlMode urlMode) |
String |
WebResourceIntegration.getBaseUrl(UrlMode urlMode)
Returns the base URL for this application in either relative or absolute format, depending on the value of
urlMode. |
String |
WebResourceManagerImpl.getRequiredResources(UrlMode urlMode)
Deprecated.
This is the equivalent of calling
WebResourceManagerImpl.getRequiredResources(UrlMode, WebResourceFilter) with the given url
mode and a DefaultWebResourceFilter. |
String |
WebResourceManager.getRequiredResources(UrlMode urlMode)
Deprecated.
This is the equivalent of calling
WebResourceManager.getRequiredResources(UrlMode, WebResourceFilter) with the given url
mode and a default filter that is dependent on the implementation. |
String |
WebResourceManagerImpl.getRequiredResources(UrlMode urlMode,
WebResourceFilter filter)
Deprecated.
Returns a String of the resources tags to the previously required resources called via requireResource methods
for the specified url mode and resource filter.
|
String |
WebResourceManager.getRequiredResources(UrlMode urlMode,
WebResourceFilter webResourceFilter)
Deprecated.
Returns the resource tags for the previously required resources called via
WebResourceManager.requireResource(String) that
match the specified web resource filter. |
protected String |
WebResourceManagerImpl.getRequiredResources(UrlMode urlMode,
WebResourceFilter webResourceFilter,
Set<String> excludedResourceKeys,
List<String> excludedContexts)
Deprecated.
Get the resources that have been required but excluding certain resource keys and certain contexts.
|
String |
WebResourceManagerImpl.getResourceTags(String moduleCompleteKey,
UrlMode urlMode)
Deprecated.
|
String |
WebResourceManager.getResourceTags(String moduleCompleteKey,
UrlMode urlMode)
Deprecated.
Returns the resource tags of the specified resource.
|
String |
WebResourceManagerImpl.getStaticPluginResource(com.atlassian.plugin.ModuleDescriptor<?> moduleDescriptor,
String resourceName,
UrlMode urlMode)
Deprecated.
|
String |
WebResourceManager.getStaticPluginResource(com.atlassian.plugin.ModuleDescriptor<?> moduleDescriptor,
String resourceName,
UrlMode urlMode)
Deprecated.
|
String |
WebResourceManagerImpl.getStaticPluginResource(String moduleCompleteKey,
String resourceName,
UrlMode urlMode)
Deprecated.
|
String |
WebResourceManager.getStaticPluginResource(String moduleCompleteKey,
String resourceName,
UrlMode urlMode)
Deprecated.
As of 2.9.0, replaced by
WebResourceUrlProvider.getStaticPluginResourceUrl(String, String, UrlMode) |
String |
WebResourceUrlProvider.getStaticPluginResourceUrl(com.atlassian.plugin.ModuleDescriptor<?> moduleDescriptor,
String resourceName,
UrlMode urlMode)
A helper method to return a url for 'plugin' resources.
|
String |
WebResourceUrlProviderImpl.getStaticPluginResourceUrl(com.atlassian.plugin.ModuleDescriptor moduleDescriptor,
String resourceName,
UrlMode urlMode) |
String |
WebResourceUrlProvider.getStaticPluginResourceUrl(String moduleCompleteKey,
String resourceName,
UrlMode urlMode)
A helper method to return a url for 'plugin' resources.
|
String |
WebResourceUrlProviderImpl.getStaticPluginResourceUrl(String moduleCompleteKey,
String resourceName,
UrlMode urlMode) |
String |
WebResourceUrlProvider.getStaticResourcePrefix(String contributedHash,
String resourceCounter,
UrlMode urlMode)
A helper method to return a prefix for 'system' static resources.
|
String |
WebResourceUrlProviderImpl.getStaticResourcePrefix(String contributedHash,
String resourceCounter,
UrlMode urlMode) |
String |
WebResourceUrlProvider.getStaticResourcePrefix(String resourceCounter,
UrlMode urlMode)
A helper method to return a prefix for 'system' static resources.
|
String |
WebResourceUrlProviderImpl.getStaticResourcePrefix(String resourceCounter,
UrlMode urlMode) |
String |
WebResourceUrlProvider.getStaticResourcePrefix(UrlMode urlMode)
A helper method to return a prefix for 'system' static resources.
|
String |
WebResourceUrlProviderImpl.getStaticResourcePrefix(UrlMode urlMode) |
void |
WebResourceManagerImpl.includeResources(Iterable<String> moduleCompleteKeys,
Writer writer,
UrlMode urlMode)
Deprecated.
|
void |
WebResourceManager.includeResources(Iterable<String> moduleCompleteKeys,
Writer writer,
UrlMode urlMode)
Deprecated.
Writes out the resource tags for a specified set of required resources and their dependencies.
|
void |
WebResourceManagerImpl.includeResources(Writer writer,
UrlMode urlMode)
Deprecated.
This is the equivalent of of calling
WebResourceManagerImpl.includeResources(Writer, UrlMode, WebResourceFilter) with
the given url mode and a DefaultWebResourceFilter. |
void |
WebResourceManager.includeResources(Writer writer,
UrlMode urlMode)
Deprecated.
This is the equivalent of calling
WebResourceManager.includeResources(Writer, UrlMode, WebResourceFilter) with
the given url mode and a default web resource filter that is dependent on the implementation. |
void |
WebResourceManagerImpl.includeResources(Writer writer,
UrlMode urlMode,
WebResourceFilter webResourceFilter)
Deprecated.
Writes out the resource tags to the previously required resources called via requireResource methods for the
specified url mode and resource filter.
|
void |
WebResourceManager.includeResources(Writer writer,
UrlMode urlMode,
WebResourceFilter webResourceFilter)
Deprecated.
Writes out the resource tags to the previously required resources called via
WebResourceManager.requireResource(String) for
the specified resource type. |
void |
WebResourceManagerImpl.requireResource(String moduleCompleteKey,
Writer writer,
UrlMode urlMode)
Deprecated.
|
void |
WebResourceManager.requireResource(String moduleCompleteKey,
Writer writer,
UrlMode urlMode)
Deprecated.
Writes the resource tags of the specified resource to the writer.
|
| Modifier and Type | Method and Description |
|---|---|
static UrlMode |
UrlModeUtils.convert(UrlMode urlMode) |
Copyright © 2019 Atlassian. All rights reserved.