com.atlassian.confluence.velocity.context
Interface EventCartridgeProcessor
- All Known Subinterfaces:
- TemplateAwareCartridgeProcessor
public interface EventCartridgeProcessor
General interface for classes that process Velocity event cartridges in some way.
|
Method Summary |
void |
processCartridge(org.apache.velocity.app.event.EventCartridge cartridge)
Process the provided context in accordance with this processing strategy. |
processCartridge
void processCartridge(org.apache.velocity.app.event.EventCartridge cartridge)
- Process the provided context in accordance with this processing strategy.
- Parameters:
cartridge - Cartridge to process
Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.