| Package | Description |
|---|---|
| com.atlassian.plugin.webresource.graph | |
| com.atlassian.plugin.webresource.impl.config | |
| com.atlassian.plugin.webresource.models |
| Modifier and Type | Method and Description |
|---|---|
DependencyGraph<Requestable> |
DependencyGraphBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
DependencyGraphBuilder |
DependencyGraphBuilder.addWebResourceDependency(Requestable requestable,
String webResourceDependency) |
| Modifier and Type | Method and Description |
|---|---|
static DependencyGraph<Requestable> |
Config.getDependencyGraph() |
| Modifier and Type | Class and Description |
|---|---|
class |
RootPageKey
Represents a special web-resource key used by a developer to reference every single web-resource
and web-resource context a given page in the application should load when requested.
|
class |
SuperBatchKey
Represents the special "super-batch" web-resource context.
|
class |
SyncBatchKey
Represents the special synchronous or "sync batch" web-resource context.
|
class |
WebResourceContextKey
Represents a web-resource context key.
|
class |
WebResourceKey
Represents a single web-resource key.
|
| Modifier and Type | Method and Description |
|---|---|
LinkedHashSet<Requestable> |
RawRequest.getExcluded()
Returns all
Requestable items whose content should not be served to the client in this request. |
LinkedHashSet<Requestable> |
RawRequest.getIncluded()
Get a flat set with all the resources for each type.
|
LinkedHashSet<Requestable> |
RawRequest.getIncluded(ResourcePhase phaseType)
Retrieve all the resources to be included by phase type.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
RawRequest.exclude(Requestable requestableToExclude)
Adds a
Requestable to the exclusion list of resources. |
boolean |
RawRequest.include(Requestable resource) |
boolean |
RawRequest.include(ResourcePhase resourcePhase,
Requestable resource) |
void |
RawRequest.includeFirst(Requestable resource) |
void |
RawRequest.includeFirst(ResourcePhase resourcePhase,
Requestable resource)
Adds a
Requestable to the inclusion list of resources for a specific type as the top of the priority. |
void |
RawRequest.removeExcluded(Requestable resource)
Deprecated.
It is deprecated due to the fact that the performance will be affected.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RawRequest.exclude(Collection<Requestable> resources) |
void |
RawRequest.include(Collection<Requestable> resources) |
void |
RawRequest.include(ResourcePhase resourcePhase,
Collection<Requestable> resources) |
Copyright © 2024 Atlassian. All rights reserved.