com.xpn.xwiki.wysiwyg.server.converter.internal
Class XWikiHTMLConverter

java.lang.Object
  extended by com.xpn.xwiki.wysiwyg.server.converter.internal.XWikiHTMLConverter
All Implemented Interfaces:
HTMLConverter

public class XWikiHTMLConverter
extends java.lang.Object
implements HTMLConverter


Field Summary
 
Fields inherited from interface com.xpn.xwiki.wysiwyg.server.converter.HTMLConverter
ROLE
 
Constructor Summary
XWikiHTMLConverter()
           
 
Method Summary
 java.lang.String fromHTML(java.lang.String html)
          
 java.lang.String toHTML(java.lang.String source)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XWikiHTMLConverter

public XWikiHTMLConverter()
Method Detail

fromHTML

public java.lang.String fromHTML(java.lang.String html)

Specified by:
fromHTML in interface HTMLConverter
See Also:
HTMLConverter.fromHTML(String)

toHTML

public java.lang.String toHTML(java.lang.String source)

Specified by:
toHTML in interface HTMLConverter
See Also:
HTMLConverter.toHTML(String)


Copyright © 2004-2008 XWiki. All Rights Reserved.