public class MacroViewEventPublisher extends Object implements RenderingEventPublisher
MacroCounter.| Constructor and Description |
|---|
MacroViewEventPublisher(com.atlassian.event.api.EventPublisher eventPublisher) |
| Modifier and Type | Method and Description |
|---|---|
void |
publish(Object src,
ConversionContext conversionContext)
Attempts to retrieve a
MacroCounter from the RenderContext
and publishes a MacroCountEvent for each type of macro
encountered during rendering. |
public MacroViewEventPublisher(com.atlassian.event.api.EventPublisher eventPublisher)
public void publish(Object src, ConversionContext conversionContext)
MacroCounter from the RenderContext
and publishes a MacroCountEvent for each type of macro
encountered during rendering.publish in interface RenderingEventPublishersrc - conversionContext - Copyright © 2003–2016 Atlassian. All rights reserved.