|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.importexport.impl.snipsnap.ContentCleaner
public class ContentCleaner
Content-cleaner for SnipSnap. Converts SnipSnap-style markup in imported content into the equivalent Confluence/Textile markup.
Right now, just keeps a bunch of regexps to apply to the content one after the other, although obviously there's room to grow.
| Constructor Summary | |
|---|---|
ContentCleaner()
|
|
| Method Summary | |
|---|---|
java.lang.String |
clean(java.lang.String input)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ContentCleaner()
| Method Detail |
|---|
public java.lang.String clean(java.lang.String input)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||