Class LegacyUrlGenerationHelpers.Resolved
java.lang.Object
com.atlassian.plugin.webresource.legacy.LegacyUrlGenerationHelpers.Resolved
- Enclosing class:
- LegacyUrlGenerationHelpers
DTO representing three collections:
1) ordered list of context batches to serve,
2) ordered list of web resource batches to serve, and
3) unordered "excluded resolved" list, which is a combination of all web resources and contexts
discovered in the dependency graph while constructing the first two lists, whose content will either be
served in these batch files or was omitted from them.
When serving, context batches must be served first, followed by web-resource batches.
The content from any item in the "excluded resolved" list must be omitted from subsequent client requests.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
contextBatchKeys
-
webResourceBatchKeys
-
excludedResolved
-
-
Constructor Details
-
Resolved
-