com.atlassian.confluence.velocity.context
Class InsertionPolicyCartridgeProcessor

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

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

Adds the necessary event handlers based on the provided ReferenceInsertionPolicy


Constructor Summary
InsertionPolicyCartridgeProcessor(ReferenceInsertionPolicy encodingPolicy)
           
 
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

InsertionPolicyCartridgeProcessor

public InsertionPolicyCartridgeProcessor(ReferenceInsertionPolicy encodingPolicy)
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-2014 Atlassian. All Rights Reserved.