|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Editor
This interface allows Wysiwyg editors to be plugged in to Confluence.
Method Summary | |
---|---|
java.lang.String |
escapeHtml(java.lang.String html)
Perform any necessary escaping of the HTML rendered by Confluence. |
java.lang.String |
getDivContentsTemplate()
Returns the div contents to display the editor itself. |
java.lang.String |
getEditorSpecificCss()
Deprecated. since 2.8. |
java.lang.String |
getJavascriptTemplate()
Returns javascript functions to allow thw wiki-textarea.vm to interface with the editor. |
boolean |
supportedUserAgent(java.lang.String userAgent)
Return true if the user agent string indicates a browser which is supported by this editor |
Method Detail |
---|
java.lang.String getJavascriptTemplate()