- Enclosing class:
- LegacyUrlGenerationHelpers
public static class LegacyUrlGenerationHelpers.Resolved
extends Object
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:
CalculatedBatches