java.lang.Object
com.atlassian.plugin.webresource.impl.helpers.url.ContextBatch

public class ContextBatch extends Object
Data structure representing Context Batch, it is used in cache and shouldn't contain any references.
  • Constructor Details

  • Method Details

    • getStandaloneResourcesOfType

      public List<Resource> getStandaloneResourcesOfType(RequestCache requestCache, String type)
    • getIncluded

      public List<String> getIncluded()
    • getExcluded

      public LinkedHashSet<String> getExcluded()
    • getSkippedWebResourcesWithUrlReadingConditions

      public List<String> getSkippedWebResourcesWithUrlReadingConditions()
    • getExcludedWithoutApplyingConditions

      public List<String> getExcludedWithoutApplyingConditions()
    • getSubBatches

      public List<SubBatch> getSubBatches()
    • isAdditionalSortingRequired

      public boolean isAdditionalSortingRequired()
    • toString

      public String toString()
      Overrides:
      toString in class Object