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

    Modifier and Type
    Method
    Description
    getMarkup(T target)
    Actual markup
    getSyntax(T target)
    markup syntax used to select the appropriate renderer
  • Method Details

    • getSyntax

      String getSyntax(T target)
      markup syntax used to select the appropriate renderer
      Returns:
    • getMarkup

      String getMarkup(T target)
      Actual markup
      Returns: