Package com.atlassian.plugin.webresource.impl.helpers.url


package com.atlassian.plugin.webresource.impl.helpers.url
  • Classes
    Class
    Description
    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.
    Data structure representing Context Batch, it is used in cache and shouldn't contain any references.
    Data structure representing Web Resource Batch Key.
    Comparator for sorting sub batches.
     
     
    Data structure representing Sub Batch of both Web Resource Batch and Context Batch, it is used in cache and shouldn't contain any references.
    Stateless helper functions providing basic support for resource url generation.
    Data structure representing Web Resource Batch, it is used in cache and shouldn't contain any references.