Class WikiRenderer
java.lang.Object
de.uplanet.lucy.server.auxiliaries.wiki.WikiRenderer
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classThe wiki rendering engine
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
WikiRendererpublic WikiRenderer()
 
- 
- 
Method Details- 
createpublic 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.
 
- 
createThe wiki rendering engine for unit testing
 
-