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

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

public class FakeHTMLConverter
extends java.lang.Object
implements HTMLConverter

Fake HTML converter that doesn't change the input string at all.


Field Summary
 
Fields inherited from interface com.xpn.xwiki.wysiwyg.server.converter.HTMLConverter
ROLE
 
Constructor Summary
FakeHTMLConverter()
           
 
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

FakeHTMLConverter

public FakeHTMLConverter()
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.