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 TypeMethodDescriptionvoidpublish(Object src, ConversionContext conversionContext) Processes the ConversionContext to publish relevant events.
-
Constructor Details
-
DummyRenderingEventPublisher
public DummyRenderingEventPublisher()
-
-
Method Details
-
publish
Description copied from interface:RenderingEventPublisherProcesses the ConversionContext to publish relevant events.- Specified by:
publishin interfaceRenderingEventPublisher
-