Klasse WikiRenderer
java.lang.Object
de.uplanet.lucy.server.auxiliaries.wiki.WikiRenderer
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classThe wiki rendering engine -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungcreate()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.
-
Konstruktordetails
-
WikiRenderer
public WikiRenderer()
-
-
Methodendetails
-
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.- Parameter:
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- Gibt zurück:
- A WikiRendererImpl2 object.
-
create
The wiki rendering engine for unit testing
-