com.atlassian.confluence.velocity.context
Class EventCartridgeProcessingChain
java.lang.Object
com.atlassian.confluence.velocity.context.EventCartridgeProcessingChain
- All Implemented Interfaces:
- EventCartridgeProcessor
public final class EventCartridgeProcessingChain
- extends Object
- implements EventCartridgeProcessor
Aggregates a set of EventCartridgeProcessors.
|
Method Summary |
void |
processCartridge(org.apache.velocity.app.event.EventCartridge cartridge)
Process the provided context in accordance with this processing strategy. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventCartridgeProcessingChain
public EventCartridgeProcessingChain(EventCartridgeProcessor... processors)
processCartridge
public void processCartridge(org.apache.velocity.app.event.EventCartridge cartridge)
- Description copied from interface:
EventCartridgeProcessor
- Process the provided context in accordance with this processing strategy.
- Specified by:
processCartridge in interface EventCartridgeProcessor
- Parameters:
cartridge - Cartridge to process
Copyright © 2003-2011 Atlassian. All Rights Reserved.