Class SetupWebResourceManager

java.lang.Object
com.atlassian.plugin.webresource.WebResourceManagerImpl
com.atlassian.confluence.setup.SetupWebResourceManager
All Implemented Interfaces:
com.atlassian.webresource.api.WebResourceManager

public class SetupWebResourceManager extends com.atlassian.plugin.webresource.WebResourceManagerImpl
A stripped-down web resource manager sufficient to serve resources during setup when most of Confluence is not available.
  • Field Summary

    Fields inherited from class com.atlassian.plugin.webresource.WebResourceManagerImpl

    pageBuilderService
  • Constructor Summary

    Constructors
    Constructor
    Description
    SetupWebResourceManager(com.atlassian.webresource.api.assembler.WebResourceAssemblerFactory webResourceAssemblerFactory, com.atlassian.plugin.webresource.assembler.LegacyPageBuilderService pageBuilderService, com.atlassian.plugin.webresource.PluginResourceLocator pluginResourceLocator, com.atlassian.webresource.api.WebResourceUrlProvider webResourceUrlProvider, com.atlassian.plugin.webresource.ResourceBatchingConfiguration batchingConfiguration)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class com.atlassian.plugin.webresource.WebResourceManagerImpl

    getRequestLocalAssembledResources, getRequestLocalRequiredResources, getRequiredResources, getRequiredResources, getRequiredResources, getResourceTags, includeResources, includeResources, includeResources, requireResource, requireResource, requireResourcesForContext

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SetupWebResourceManager

      public SetupWebResourceManager(com.atlassian.webresource.api.assembler.WebResourceAssemblerFactory webResourceAssemblerFactory, com.atlassian.plugin.webresource.assembler.LegacyPageBuilderService pageBuilderService, com.atlassian.plugin.webresource.PluginResourceLocator pluginResourceLocator, com.atlassian.webresource.api.WebResourceUrlProvider webResourceUrlProvider, com.atlassian.plugin.webresource.ResourceBatchingConfiguration batchingConfiguration)
  • Method Details

    • getResources

      public String getResources()