Class WikiRenderer
- java.lang.Object
-
- de.uplanet.lucy.server.auxiliaries.wiki.WikiRenderer
-
@VelocityCallable("singleton") public final class WikiRenderer extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WikiRenderer.WikiRendererImpl2
The wiki rendering engine
-
Constructor Summary
Constructors Constructor Description WikiRenderer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WikiRenderer.WikiRendererImpl2
create()
The wiki rendering engine for unit testingWikiRenderer.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.
-
-
-
Method Detail
-
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 Connectionp_ctx
- The context object.p_strTableGuid
- The table of the wiki datagroupp_strHeadlineGuid
- The Headline-guid of the articlep_strIdGuid
- The LID-guid of the articlep_strNewTargetGuid
- The guid of the page for new articlesp_strMultTargetGuid
- The guid of the page for multiple search resultsp_strViewTargetGuid
- The guid of the page for viewing an articlep_strUserIdGuid
- The Userfield-guid of the wiki datagroup- Returns:
- A WikiRendererImpl2 object.
-
create
public WikiRenderer.WikiRendererImpl2 create()
The wiki rendering engine for unit testing
-
-