com.atlassian.confluence.renderer.embedded
Interface EmbeddedResourceRendererManager

All Known Implementing Classes:
DefaultEmbeddedResourceRendererManager

public interface EmbeddedResourceRendererManager


Method Summary
 EmbeddedResourceRenderer getResourceRenderer(EmbeddedObject resource)
          Finds the relevant resource renderer for the embedded resource returns null if no renderer is found.
 

Method Detail

getResourceRenderer

EmbeddedResourceRenderer getResourceRenderer(EmbeddedObject resource)
Finds the relevant resource renderer for the embedded resource returns null if no renderer is found.

Parameters:
resource - - the resource to match
Returns:
the resource renderer, null if no renderer is found.


Copyright © 2003-2013 Atlassian. All Rights Reserved.