Class SetupWebResourceManager

  • All Implemented Interfaces:
    com.atlassian.plugin.webresource.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, webResourceIntegration
    • 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.plugin.webresource.WebResourceIntegration webResourceIntegration, com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider, com.atlassian.plugin.webresource.ResourceBatchingConfiguration batchingConfiguration, com.atlassian.plugin.webresource.ResourceDependencyResolver resourceDependencyResolver)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String getResources()  
      • Methods inherited from class com.atlassian.plugin.webresource.WebResourceManagerImpl

        executeInNewContext, getRequestLocalAssembledResources, getRequestLocalRequiredResources, getRequiredResources, getRequiredResources, getRequiredResources, getRequiredResources, getResourceTags, getResourceTags, getStaticPluginResource, getStaticPluginResource, getStaticPluginResource, getStaticPluginResource, getStaticResourcePrefix, getStaticResourcePrefix, includeResources, includeResources, includeResources, includeResources, requireResource, requireResource, requireResource, requireResourcesForContext
    • Constructor Detail

      • 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.plugin.webresource.WebResourceIntegration webResourceIntegration,
                                       com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider,
                                       com.atlassian.plugin.webresource.ResourceBatchingConfiguration batchingConfiguration,
                                       com.atlassian.plugin.webresource.ResourceDependencyResolver resourceDependencyResolver)
    • Method Detail

      • getResources

        public String getResources()