| Package | Description |
|---|---|
| com.atlassian.webresource.api | |
| com.atlassian.webresource.api.assembler | |
| com.atlassian.webresource.api.assembler.resource |
| 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 |
|---|---|
void |
WebResourceSet.writeHtmlTags(Writer writer,
UrlMode urlMode)
Write the HTML tags for this object's resources to the writer.
|
void |
WebResourceSet.writeHtmlTags(Writer writer,
UrlMode urlMode,
com.google.common.base.Predicate<WebResource> predicate)
Write the HTML tags for this object's resources to the writer.
|
void |
WebResourceSet.writePrefetchLinks(Writer writer,
UrlMode urlMode)
Write the HTML tags for non-data resources as prefetch links:
<link rel="prefetch">. |
| Modifier and Type | Method and Description |
|---|---|
String |
PluginUrlResource.getStaticUrl(UrlMode urlMode)
The resource's url.
|
Copyright © 2024 Atlassian. All rights reserved.