com.atlassian.confluence.velocity.context
Class NoOpEventCartridgeProcessor

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

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

Cartridge processor that does not do anything to the supplied cartridge


Constructor Summary
NoOpEventCartridgeProcessor()
           
 
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

NoOpEventCartridgeProcessor

public NoOpEventCartridgeProcessor()
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-2013 Atlassian. All Rights Reserved.