Class BuildRendering.AbstractRenderDelegate<T>

java.lang.Object
org.exoplatform.forum.common.webui.BuildRendering.AbstractRenderDelegate<T>
All Implemented Interfaces:
org.exoplatform.forum.rendering.spi.MarkupRenderDelegate<T>
Enclosing class:
BuildRendering

public abstract static class BuildRendering.AbstractRenderDelegate<T> extends Object implements org.exoplatform.forum.rendering.spi.MarkupRenderDelegate<T>
  • Constructor Details

    • AbstractRenderDelegate

      public AbstractRenderDelegate()
  • Method Details

    • getMarkup

      public String getMarkup(T target)
      Specified by:
      getMarkup in interface org.exoplatform.forum.rendering.spi.MarkupRenderDelegate<T>
    • getSyntax

      public String getSyntax(T target)
      Specified by:
      getSyntax in interface org.exoplatform.forum.rendering.spi.MarkupRenderDelegate<T>
    • getMessage

      public abstract String getMessage(T target)