Class InclusionState

java.lang.Object
com.atlassian.plugin.webresource.legacy.InclusionState

public class InclusionState extends Object
Represents all web resources and contexts that have already been served to the client and should not be served again.
Since:
v3.1
  • Field Details

    • superbatch

      public boolean superbatch
      Has the superbatch been included
    • webresources

      public final Set<String> webresources
      Webresources that have been included in previous calls to includeResources, and all the individual resources in included contexts
    • contexts

      public final Set<String> contexts
      Webresource contexts that have been included in previous calls to includeResources
    • topLevel

      public final Set<String> topLevel
      Webresources and contexts that were explicitly excluded from the request. All items in the webresources and contexts sets should be discoverable through the dependency graphs of these items.
  • Constructor Details