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)
           
 java.util.Collection<MacroCount> getUsages()
           
 

Method Detail

addMacroUsage

void addMacroUsage(MacroDefinition macroDefinition,
                   Macro macro)

getUsages

java.util.Collection<MacroCount> getUsages()


Copyright © 2003-2014 Atlassian. All Rights Reserved.