Class InclusionState
java.lang.Object
com.atlassian.plugin.webresource.legacy.InclusionState
Represents all web resources and contexts that have already been served
to the client and should not be served again.
- Since:
- v3.1
-
Field Summary
FieldsModifier and TypeFieldDescriptionWebresource contexts that have been included in previous calls to includeResourcesbooleanHas the superbatch been includedWebresources and contexts that were explicitly excluded from the request.Webresources that have been included in previous calls to includeResources, and all the individual resources in included contexts -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
superbatch
public boolean superbatchHas the superbatch been included -
webresources
Webresources that have been included in previous calls to includeResources, and all the individual resources in included contexts -
contexts
Webresource contexts that have been included in previous calls to includeResources -
topLevel
Webresources and contexts that were explicitly excluded from the request. All items in thewebresourcesandcontextssets should be discoverable through the dependency graphs of these items.
-
-
Constructor Details
-
InclusionState
-