Interface LegacyPageBuilderService

All Superinterfaces:
PageBuilderService
All Known Implementing Classes:
DefaultPageBuilderService

@Deprecated public interface LegacyPageBuilderService extends PageBuilderService
Deprecated.
since 3.0. This only exists to support the broken behaviour of WebResourceManagerImpl.
Legacy subinterface of PageBuilderService that provides a clearRequestLocal() method
Since:
v3.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated.
    since 3.0.

    Methods inherited from interface com.atlassian.webresource.api.assembler.PageBuilderService

    assembler, seed
  • Method Details

    • clearRequestLocal

      @Deprecated void clearRequestLocal()
      Deprecated.
      since 3.0. This only exists to support the broken behaviour of WebResourceManagerImpl.
      Clears the request-local variables. This is not in the public API - it only exists to support WebResourceManager's legacy behaviour that ignores already-included dependencies over multiple calls to methods like WebResourceManager.requireResource(String).