Interface Editor
-
- All Known Implementing Classes:
TinyMceEditor
public interface EditorThis interface allows Wysiwyg editors to be plugged in to Confluence.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleansupportedUserAgent(String userAgent)Return true if the user agent string indicates a browser which is supported by this editor
-
-
-
Method Detail
-
supportedUserAgent
boolean supportedUserAgent(String userAgent)
Return true if the user agent string indicates a browser which is supported by this editor- Returns:
- true if this editor is supported
-
-