Class ContentPreserver
- java.lang.Object
-
- com.atlassian.confluence.renderer.radeox.ContentPreserver
-
public class ContentPreserver extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringVALID_EMOTICON_ENDstatic StringVALID_EMOTICON_START
-
Constructor Summary
Constructors Constructor Description ContentPreserver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddDefaultSpecials()voidaddEmoticonsAsSpecial()voidaddSpecial(String pattern)voidaddSpecial(String pattern, String replacement)StringdoPreserve(String content)voidremoveAllSpecials()voidremoveSpecial(String pattern)
-
-
-
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
-
-