Interface RequestAssetPhaseStore

All Known Implementing Classes:
RequestAssetPhaseStoreImpl

public interface RequestAssetPhaseStore
  • Method Summary

    Modifier and Type
    Method
    Description
    com.atlassian.webresource.api.assembler.resource.ResourcePhase
     
    void
    The default phase for the returned resource URLs will be ResourcePhase.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:
      • ResourcePhase
    • useDeferPhase

      void useDeferPhase()
      The default phase for the returned resource URLs will be ResourcePhase.DEFER