org.exoplatform.forum.rendering.spi
Interface MarkupRenderDelegate<T>


public interface MarkupRenderDelegate<T>

A MarkupDelgate is reponsible for exposing an object for markup rendering

Version:
$Revision$
Author:
Patrice Lamarque

Method Summary
 String getMarkup(T target)
          Actual markup
 String getSyntax(T target)
          markup syntax used to select the appropriate renderer
 

Method Detail

getSyntax

String getSyntax(T target)
markup syntax used to select the appropriate renderer

Returns:

getMarkup

String getMarkup(T target)
Actual markup

Returns:


Copyright © 2013 eXo Platform SAS. All Rights Reserved.