Package com.atlassian.jira.web
Interface RequestAssetPhaseStore
- All Known Implementing Classes:
RequestAssetPhaseStoreImpl
public interface RequestAssetPhaseStore
-
Method Summary
Modifier and TypeMethodDescriptioncom.atlassian.webresource.api.assembler.resource.ResourcePhasegetPhase()voidThe default phase for the returned resource URLs will beResourcePhase.DEFER
-
Method Details
-
getPhase
@Nonnull com.atlassian.webresource.api.assembler.resource.ResourcePhase getPhase()- Returns:
- information about the default resource phase that should be used for the resource URLs returned to the clients.
- See Also:
-
useDeferPhase
void useDeferPhase()The default phase for the returned resource URLs will beResourcePhase.DEFER
-