public final class

EventCartridgeProcessingChain

extends Object
implements EventCartridgeProcessor
java.lang.Object
   ↳ com.atlassian.confluence.velocity.context.EventCartridgeProcessingChain

Class Overview

Aggregates a set of EventCartridgeProcessors.

Summary

Public Constructors
EventCartridgeProcessingChain(EventCartridgeProcessor... processors)
Public Methods
void processCartridge(EventCartridge cartridge)
Process the provided context in accordance with this processing strategy.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.confluence.velocity.context.EventCartridgeProcessor

Public Constructors

public EventCartridgeProcessingChain (EventCartridgeProcessor... processors)

Public Methods

public void processCartridge (EventCartridge cartridge)

Process the provided context in accordance with this processing strategy.

Parameters
cartridge Cartridge to process