com.atlassian.confluence.setup
Class SetupWebResourceManager

java.lang.Object
  extended by com.atlassian.plugin.webresource.WebResourceManagerImpl
      extended by com.atlassian.confluence.setup.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.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.atlassian.plugin.webresource.WebResourceManager
com.atlassian.plugin.webresource.WebResourceManager.IncludeMode
 
Field Summary
 
Fields inherited from class com.atlassian.plugin.webresource.WebResourceManagerImpl
batchingConfiguration, dependencyResolver, pluginResourceLocator, webResourceFormatters, webResourceIntegration
 
Fields inherited from interface com.atlassian.plugin.webresource.WebResourceManager
DELAYED_INCLUDE_MODE, INLINE_INCLUDE_MODE
 
Constructor Summary
SetupWebResourceManager(com.atlassian.plugin.webresource.PluginResourceLocator pluginResourceLocator, com.atlassian.plugin.webresource.WebResourceIntegration webResourceIntegration, com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider)
           
 
Method Summary
 String getResources()
           
 
Methods inherited from class com.atlassian.plugin.webresource.WebResourceManagerImpl
getRequiredResources, getRequiredResources, getRequiredResources, getResourceTags, getResourceTags, getStaticPluginResource, getStaticPluginResource, getStaticPluginResource, getStaticPluginResource, getStaticPluginResourcePrefix, getStaticResourcePrefix, getStaticResourcePrefix, getStaticResourcePrefix, getStaticResourcePrefix, includeResources, includeResources, includeResources, includeResources, pop, push, requireResource, requireResource, requireResource, requireResourcesForContext, setIncludeMode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetupWebResourceManager

public SetupWebResourceManager(com.atlassian.plugin.webresource.PluginResourceLocator pluginResourceLocator,
                               com.atlassian.plugin.webresource.WebResourceIntegration webResourceIntegration,
                               com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider)
Method Detail

getResources

public String getResources()


Copyright © 2003-2011 Atlassian. All Rights Reserved.