com.atlassian.confluence.plugin.editor
Interface Editor

All Known Implementing Classes:
TinyMceEditor

public interface Editor

This interface allows Wysiwyg editors to be plugged in to Confluence.


Method Summary
 boolean supportedUserAgent(java.lang.String userAgent)
          Return true if the user agent string indicates a browser which is supported by this editor
 

Method Detail

supportedUserAgent

boolean supportedUserAgent(java.lang.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


Copyright © 2003-2014 Atlassian. All Rights Reserved.