public interface ConfluenceWysiwygConverter
| Modifier and Type | Method and Description |
|---|---|
String |
convertToPreview(String inputText,
String pageIdString,
String spaceKey,
String fromMode)
Converts text into XHTML for Preview
|
String |
convertWikiMarkupToXHtml(ContentEntityObject content,
String wikiMarkup)
Converts wiki markup text into XHTML, using the page context of the content object.
|
String |
convertWikiMarkupToXHtml(ContentEntityObject content,
String spaceKey,
String wikiMarkup)
Converts wiki markup text into XHTML, using the page context of the content object.
|
String |
convertWikiMarkupToXHtml(String wikiMarkup,
String pageId)
Converts wiki markup text into XHTML, using the page context of the content object specified by the id.
|
String |
convertWikiMarkupToXHtml(String wikiMarkup,
String pageId,
String spaceKey)
Converts wiki markup text into XHTML, using the page context of the content object specified by the id.
|
String |
convertXHtmlToWikiMarkup(ContentEntityObject content,
String xhtml)
Converts XHTML into wiki markup, using the page context of the content object
|
String |
convertXHtmlToWikiMarkup(String xhtml,
String pageId)
Converts XHTML into wiki markup, without using page context
|
boolean |
getUserWysiwygPreference()
Deprecated.
since 4.0. Users are no longer able to set a user preference.
|
String convertWikiMarkupToXHtml(ContentEntityObject content, String wikiMarkup)
content - - the object the markup is written withinwikiMarkup - - the text to be convertedString convertWikiMarkupToXHtml(ContentEntityObject content, String spaceKey, String wikiMarkup)
content - - the object the markup is written withinspaceKey - - the space in which the content is written, used when content is nullwikiMarkup - - the text to be convertedString convertWikiMarkupToXHtml(String wikiMarkup, String pageId)
wikiMarkup - - the text to be convertedpageId - - id of the objectString convertWikiMarkupToXHtml(String wikiMarkup, String pageId, String spaceKey)
wikiMarkup - - the text to be convertedpageId - - id of the objectspaceKey - - the space in which the content is written, used when content is nullString convertXHtmlToWikiMarkup(ContentEntityObject content, String xhtml)
content - - the content object the markup is writen withinxhtml - - the text to be convertedString convertXHtmlToWikiMarkup(String xhtml, String pageId)
xhtml - - the text to be convertedpageId - - NOT USEDString convertToPreview(String inputText, String pageIdString, String spaceKey, String fromMode)
inputText - - text to be converted (can be either XHTML or Wiki Markup)pageIdString - - the id of the content that the text is written withinspaceKey - - if the content object doesn't exist the space key is usedfromMode - - the form that the text is in (AbstractPageAction.RICHTEXT or AbstractPageAction.MARKUP)@Deprecated boolean getUserWysiwygPreference()
If the preference isn't set, the global settings are checked and returned.
Copyright © 2003–2018 Atlassian. All rights reserved.