Uses of Interface
com.atlassian.confluence.plugin.webresource.Counter
-
Packages that use Counter Package Description com.atlassian.confluence.plugin.webresource -
-
Uses of Counter in com.atlassian.confluence.plugin.webresource
Classes in com.atlassian.confluence.plugin.webresource that implement Counter Modifier and Type Class Description 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 Modifier and Type Method Description void
SuperBatchInvalidatorListener. setSuperbatchResourceCounter(Counter superbatchResourceCounter)
Constructors in com.atlassian.confluence.plugin.webresource with parameters of type Counter Constructor Description ConfluenceWebResourceIntegration(com.atlassian.plugin.PluginAccessor pluginAccessor, PluginDirectoryProvider pluginDirectoryProvider, SettingsManager settingsManager, Counter pluginResourceCounter, LocaleManager localeManager, ContextPathHolder contextPathHolder, I18NBeanFactory i18NBeanFactory, Supplier<com.atlassian.plugin.webresource.cdn.CDNStrategy> cdnStrategySupplier, com.atlassian.plugin.event.PluginEventManager pluginEventManager, DarkFeaturesManager confluenceDarkFeaturesManager, com.atlassian.sal.api.features.DarkFeatureManager salDarkFeatureManager, LanguageManager languageManager, com.atlassian.event.api.EventPublisher eventPublisher)
PluginCounterInvalidatorListener(Counter pluginCounter)
-