Interface Renderer


public interface Renderer
Version:
$Revision$
Author:
Patrice Lamarque
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the syntax that this renderer can render
    render(String markup)
    render a piece of markup
  • Method Details

    • getSyntax

      String getSyntax()
      Get the syntax that this renderer can render
      Returns:
    • render

      String render(String markup)
      render a piece of markup
      Parameters:
      markup -
      Returns: