Class MacroCountEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.atlassian.confluence.event.events.ConfluenceEvent
com.atlassian.confluence.macro.count.MacroCountEvent
All Implemented Interfaces:
Serializable

public class MacroCountEvent extends ConfluenceEvent
Event related to macro counting. Currently this is used to gather analytics about macro usages and it's fired by DefaultRenderer.render(String, com.atlassian.confluence.content.render.xhtml.ConversionContext)
Since:
5.6
See Also:
  • Method Details

    • buildEventName

      public String buildEventName()
    • getContentId

      public String getContentId()
    • getContainerId

      public String getContainerId()
    • getCount

      public Integer getCount()
    • getOutputType

      public String getOutputType()
    • getOutputDeviceType

      public String getOutputDeviceType()
    • getEntityType

      public String getEntityType()
    • getMacroType

      public String getMacroType()
      Since:
      5.8