com.atlassian.confluence.content.render.xhtml
Class DummyRenderingEventPublisher

java.lang.Object
  extended by com.atlassian.confluence.content.render.xhtml.DummyRenderingEventPublisher
All Implemented Interfaces:
RenderingEventPublisher

public class DummyRenderingEventPublisher
extends Object
implements RenderingEventPublisher

Dummy implementation of RenderingEventPublisher

Since:
v5.6

Constructor Summary
DummyRenderingEventPublisher()
           
 
Method Summary
 void publish(Object src, ConversionContext conversionContext)
          Processes the ConversionContext to publish relevant events.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyRenderingEventPublisher

public DummyRenderingEventPublisher()
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 interface RenderingEventPublisher


Copyright © 2003–2015 Atlassian. All rights reserved.