Uses of Interface
com.atlassian.confluence.plugin.webresource.Counter

Packages that use Counter
com.atlassian.confluence.plugin.webresource   
com.atlassian.confluence.plugins.gadgets   
 

Uses of Counter in com.atlassian.confluence.plugin.webresource
 

Classes in com.atlassian.confluence.plugin.webresource that implement Counter
 class DefaultCounter
          Default implementation of a counter stores its data in bandana by a supplied key.
 

Methods in com.atlassian.confluence.plugin.webresource with parameters of type Counter
 void PluginCounterInvalidatorListener.setPluginCounter(Counter counter)
           
 void SuperBatchInvalidatorListener.setSuperbatchResourceCounter(Counter superbatchResourceCounter)
           
 

Constructors in com.atlassian.confluence.plugin.webresource with parameters of type Counter
ConfluenceWebResourceIntegration(com.atlassian.plugin.PluginAccessor pluginAccessor, PluginDirectoryProvider pluginDirectoryProvider, SettingsManager settingsManager, CssResourceCounterManager cssResourceCounterManager, Counter pluginResourceCounter, LocaleManager localeManager, ContextPathHolder contextPathHolder)
           
DefaultConfluenceWebResourceManager(com.atlassian.plugin.webresource.PluginResourceLocator pluginResourceLocator, com.atlassian.plugin.webresource.WebResourceIntegration webResourceIntegration, com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider, com.atlassian.plugin.webresource.ResourceBatchingConfiguration batchingConfiguration, ThemeManager themeManager, StylesheetManager stylesheetManager, CssResourceCounterManager cssResourceCounterManager, com.atlassian.plugin.PluginAccessor pluginAccessor, ResourceAccessor resourceAccessor, SettingsManager settingsManager, Counter pluginCounter)
           
 

Uses of Counter in com.atlassian.confluence.plugins.gadgets
 

Classes in com.atlassian.confluence.plugins.gadgets that implement Counter
 class GadgetCounter
          This counter registers itself to listen for events related to gadgets and if any such event happens it updates the counter.
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.