public class

SuperBatchInvalidatorListener

extends Object
implements EventListener
java.lang.Object
   ↳ com.atlassian.confluence.plugin.webresource.SuperBatchInvalidatorListener

Class Overview

Eventlistener to invalidate the plugins resource counter when a plugin in the super batch is modified in any way.

Summary

Public Constructors
SuperBatchInvalidatorListener()
Public Methods
Class[] getHandledEventClasses()
void handleEvent(Event event)
void setResourceBatchingConfiguration(ConfluenceResourceBatchingConfiguration resourceBatchingConfiguration)
void setSuperbatchResourceCounter(Counter superbatchResourceCounter)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.event.EventListener

Public Constructors

public SuperBatchInvalidatorListener ()

Public Methods

public Class[] getHandledEventClasses ()

public void handleEvent (Event event)

public void setResourceBatchingConfiguration (ConfluenceResourceBatchingConfiguration resourceBatchingConfiguration)

public void setSuperbatchResourceCounter (Counter superbatchResourceCounter)