com.atlassian.confluence.macro.count
Interface MacroCounter

All Known Implementing Classes:
DefaultMacroCounter, DummyMacroCounter

public interface MacroCounter

Used to count macro usages through the rendering process. Implementations should be thread-safe

Since:
v5.6

Method Summary
 void addMacroUsage(MacroDefinition macroDefinition, Macro macro)
           
 Collection<MacroCount> getUsages()
           
 

Method Detail

addMacroUsage

void addMacroUsage(MacroDefinition macroDefinition,
                   Macro macro)

getUsages

Collection<MacroCount> getUsages()


Copyright © 2003–2015 Atlassian. All rights reserved.