Interface Editor
- All Known Implementing Classes:
TinyMceEditor
public interface Editor
This interface allows Wysiwyg editors to be plugged in to Confluence.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
supportedUserAgent
(String userAgent) Return true if the user agent string indicates a browser which is supported by this editor
-
Method Details
-
supportedUserAgent
Return true if the user agent string indicates a browser which is supported by this editor- Returns:
- true if this editor is supported
-