com.atlassian.confluence.renderer.radeox
Class ContentPreserver

java.lang.Object
  extended by com.atlassian.confluence.renderer.radeox.ContentPreserver

public class ContentPreserver
extends Object


Field Summary
static String VALID_EMOTICON_END
           
static String VALID_EMOTICON_START
           
 
Constructor Summary
ContentPreserver()
           
 
Method Summary
 void addDefaultSpecials()
           
 void addEmoticonsAsSpecial()
           
 void addSpecial(String pattern)
           
 void addSpecial(String pattern, String replacement)
           
 String doPreserve(String content)
           
 void removeAllSpecials()
           
 void removeSpecial(String pattern)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VALID_EMOTICON_START

public static final String VALID_EMOTICON_START
See Also:
Constant Field Values

VALID_EMOTICON_END

public static final String VALID_EMOTICON_END
See Also:
Constant Field Values
Constructor Detail

ContentPreserver

public ContentPreserver()
Method Detail

addSpecial

public void addSpecial(String pattern)

addSpecial

public void addSpecial(String pattern,
                       String replacement)

removeSpecial

public void removeSpecial(String pattern)

removeAllSpecials

public void removeAllSpecials()

addEmoticonsAsSpecial

public void addEmoticonsAsSpecial()

addDefaultSpecials

public void addDefaultSpecials()

doPreserve

public String doPreserve(String content)


Copyright © 2003-2012 Atlassian. All Rights Reserved.