Uses of Enum Class
com.atlassian.webresource.api.assembler.resource.ResourcePhase
Packages that use ResourcePhase
Package
Description
-
Uses of ResourcePhase in com.atlassian.webresource.api.assembler
Methods in com.atlassian.webresource.api.assembler that return ResourcePhaseModifier and TypeMethodDescriptiondefault ResourcePhaseWebResource.getResourcePhase()Retrieves the web resource phase.Methods in com.atlassian.webresource.api.assembler with parameters of type ResourcePhaseModifier and TypeMethodDescriptionRequiredResources.requireContext(ResourcePhase resourcePhase, String context) Specifies that resources for the given webresource context should be included on the next call to drainIncludedResources(), taking into consideration the resource phase.RequiredData.requireData(String key, com.atlassian.json.marshal.Jsonable content, ResourcePhase resourcePhase) RequiredData.requireData(String key, Boolean content, ResourcePhase resourcePhase) RequiredData.requireData(String key, Number content, ResourcePhase resourcePhase) RequiredData.requireData(String key, String content, ResourcePhase resourcePhase) RequiredResources.requirePage(ResourcePhase resourcePhase, String key) Includes all contexts and resources specified in the root-page into theWebResourceAssemblertaking into consideration the resource phase.RequiredResources.requireSuperbatch(ResourcePhase resourcePhase) Sets resource phase for superbatch context.RequiredResources.requireWebResource(ResourcePhase resourcePhase, String moduleCompleteKey) Specifies that resources for the given module should be included on the next call to drainIncludedResources(), taking into consideration the resource phase. -
Uses of ResourcePhase in com.atlassian.webresource.api.assembler.resource
Methods in com.atlassian.webresource.api.assembler.resource that return ResourcePhaseModifier and TypeMethodDescriptionstatic ResourcePhaseResourcePhase.defaultPhase()Method responsible for managing the default phase.static ResourcePhaseResourcePhase.getPhaseOrDefault(String phase) static ResourcePhaseReturns the enum constant of this class with the specified name.static ResourcePhase[]ResourcePhase.values()Returns an array containing the constants of this enum class, in the order they are declared.