Class WikiRenderer

java.lang.Object
de.uplanet.lucy.server.auxiliaries.wiki.WikiRenderer

@VelocityCallable("singleton") public final class WikiRenderer extends Object
  • Constructor Details

    • WikiRenderer

      public WikiRenderer()
  • Method Details

    • create

      public WikiRenderer.WikiRendererImpl2 create(de.uplanet.jdbc.JdbcConnection p_conn, de.uplanet.lucy.server.engine.http.IWebProcessingContext p_ctx, String p_strTableGuid, String p_strHeadlineGuid, String p_strIdGuid, String p_strNewTargetGuid, String p_strMultTargetGuid, String p_strViewTargetGuid, String p_strUserIdGuid)
      Create a Wiki Render Object.
      Parameters:
      p_conn - The JDBC Connection
      p_ctx - The context object.
      p_strTableGuid - The table of the wiki datagroup
      p_strHeadlineGuid - The Headline-guid of the article
      p_strIdGuid - The LID-guid of the article
      p_strNewTargetGuid - The guid of the page for new articles
      p_strMultTargetGuid - The guid of the page for multiple search results
      p_strViewTargetGuid - The guid of the page for viewing an article
      p_strUserIdGuid - The Userfield-guid of the wiki datagroup
      Returns:
      A WikiRendererImpl2 object.
    • create

      The wiki rendering engine for unit testing