com.atlassian.confluence.velocity.context
Class EventCartridgeProcessingChain

java.lang.Object
  extended by com.atlassian.confluence.velocity.context.EventCartridgeProcessingChain
All Implemented Interfaces:
EventCartridgeProcessor

public final class EventCartridgeProcessingChain
extends java.lang.Object
implements EventCartridgeProcessor

Aggregates a set of EventCartridgeProcessors.


Constructor Summary
EventCartridgeProcessingChain(EventCartridgeProcessor... processors)
           
 
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
 

Constructor Detail

EventCartridgeProcessingChain

public EventCartridgeProcessingChain(EventCartridgeProcessor... processors)
Method Detail

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-2009 Atlassian Pty Ltd. All Rights Reserved.