com.atlassian.confluence.content.render.xhtml.compatibility
Interface LegacyV2RendererContextInitialiser

All Known Implementing Classes:
DefaultLegacyV2RendererContextInitialiser

public interface LegacyV2RendererContextInitialiser

Initialises the ConversionContext such that the encapsulated v2 RendererContext is populated as would be expected in the old v2 rendering subsystem. This responsibility belonged to the v2 renderer. We've extracted so we can invoke it in the XHTML renderer where appropriate for backwards compatibility (the rendering of some old macros still depend on these properties existing in the context).


Method Summary
 ConversionContext initialise(ConversionContext conversionContext)
           
 

Method Detail

initialise

ConversionContext initialise(ConversionContext conversionContext)


Copyright © 2003-2012 Atlassian. All Rights Reserved.