Class DummyRenderingEventPublisher
java.lang.Object
com.atlassian.confluence.content.render.xhtml.DummyRenderingEventPublisher
- All Implemented Interfaces:
RenderingEventPublisher
Dummy implementation of
RenderingEventPublisher
- Since:
- 5.6
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
publish
(Object src, ConversionContext conversionContext) Processes the ConversionContext to publish relevant events.
-
Constructor Details
-
DummyRenderingEventPublisher
public DummyRenderingEventPublisher()
-
-
Method Details
-
publish
Description copied from interface:RenderingEventPublisher
Processes the ConversionContext to publish relevant events.- Specified by:
publish
in interfaceRenderingEventPublisher
-