com.atlassian.confluence.velocity.context
Class InsertionPolicyCartridgeProcessor
java.lang.Object
com.atlassian.confluence.velocity.context.InsertionPolicyCartridgeProcessor
- All Implemented Interfaces:
- EventCartridgeProcessor
public final class InsertionPolicyCartridgeProcessor
- extends Object
- implements EventCartridgeProcessor
Adds the necessary event handlers based on the provided ReferenceInsertionPolicy
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 |
InsertionPolicyCartridgeProcessor
public InsertionPolicyCartridgeProcessor(ReferenceInsertionPolicy encodingPolicy)
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