com.xpn.xwiki.wysiwyg.client
Interface WysiwygService

All Superinterfaces:
com.google.gwt.user.client.rpc.RemoteService
All Known Implementing Classes:
DefaultWysiwygService

public interface WysiwygService
extends com.google.gwt.user.client.rpc.RemoteService


Nested Class Summary
static class WysiwygService.Singleton
           
 
Method Summary
 java.lang.String cleanHTML(java.lang.String dirtyHTML)
           
 java.lang.String fromHTML(java.lang.String html, java.lang.String syntax)
           
 SyncResult syncEditorContent(Revision syncedRevision, java.lang.String pageName, int version)
           
 java.lang.String toHTML(java.lang.String source, java.lang.String syntax)
           
 

Method Detail

fromHTML

java.lang.String fromHTML(java.lang.String html,
                          java.lang.String syntax)

toHTML

java.lang.String toHTML(java.lang.String source,
                        java.lang.String syntax)

cleanHTML

java.lang.String cleanHTML(java.lang.String dirtyHTML)

syncEditorContent

SyncResult syncEditorContent(Revision syncedRevision,
                             java.lang.String pageName,
                             int version)


Copyright © 2004-2008 XWiki. All Rights Reserved.