Class MacroCountEvent
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- com.atlassian.event.Event
-
- 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 byDefaultRenderer.render(String, com.atlassian.confluence.content.render.xhtml.ConversionContext)
- Since:
- 5.6
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
buildEventName()
String
getContainerId()
String
getContentId()
Integer
getCount()
String
getEntityType()
String
getMacroType()
String
getOutputDeviceType()
String
getOutputType()
-
Methods inherited from class com.atlassian.confluence.event.events.ConfluenceEvent
equals, hashCode
-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Method Detail
-
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
-
-