public class ContentPreserver extends Object
Modifier and Type | Field and Description |
---|---|
static String |
VALID_EMOTICON_END |
static String |
VALID_EMOTICON_START |
Constructor and Description |
---|
ContentPreserver() |
Modifier and Type | Method and Description |
---|---|
void |
addDefaultSpecials() |
void |
addEmoticonsAsSpecial() |
void |
addSpecial(String pattern) |
void |
addSpecial(String pattern,
String replacement) |
String |
doPreserve(String content) |
void |
removeAllSpecials() |
void |
removeSpecial(String pattern) |
public static final String VALID_EMOTICON_START
public static final String VALID_EMOTICON_END
Copyright © 2003–2021 Atlassian. All rights reserved.