Class DummyRenderingEventPublisher
- java.lang.Object
-
- com.atlassian.confluence.content.render.xhtml.DummyRenderingEventPublisher
-
- All Implemented Interfaces:
RenderingEventPublisher
public class DummyRenderingEventPublisher extends Object implements RenderingEventPublisher
Dummy implementation ofRenderingEventPublisher
- Since:
- 5.6
-
-
Constructor Summary
Constructors Constructor Description DummyRenderingEventPublisher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
publish(Object src, ConversionContext conversionContext)
Processes the ConversionContext to publish relevant events.
-
-
-
Method Detail
-
publish
public void publish(Object src, ConversionContext conversionContext)
Description copied from interface:RenderingEventPublisher
Processes the ConversionContext to publish relevant events.- Specified by:
publish
in interfaceRenderingEventPublisher
-
-