org.radeox.api.engine
Interface ImageRenderEngine


public interface ImageRenderEngine

RenderEngine interface for RenderEngines that know how to handle images, e.g. small arrows for external links in the {link...} macro.

Version:
$Id: ImageRenderEngine.java,v 1.1 2003/10/07 08:20:24 stephan Exp $
Author:
Stephan J. Schmidt

Method Summary
 java.lang.String getExternalImageLink()
          Get a link to an image.
 

Method Detail

getExternalImageLink

public java.lang.String getExternalImageLink()
Get a link to an image. This can be used by filters or macros to get images for e.g. external links or icons Should be refactored to get other images as well

Returns:
result String with an HTML link to an image


Copyright © 2003 Matthias L. Jugel, Stephan J. Schmidt. All Rights Reserved.