Class WikiRenderer
java.lang.Object
de.uplanet.lucy.server.auxiliaries.wiki.WikiRenderer
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe wiki rendering engine -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate()The wiki rendering engine for unit testingcreate(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.
-
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 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
The wiki rendering engine for unit testing
-