|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.confluence.mail.DefaultMailContentProcessor
public class DefaultMailContentProcessor
Delegates to a list of other MailContentProcessor implementations.
Constructor Summary | |
---|---|
DefaultMailContentProcessor(java.util.List<MailContentProcessor> delegates)
|
Method Summary | |
---|---|
java.lang.String |
process(java.lang.String input)
Take the supplied input data and process it in some fashion, returning the result. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultMailContentProcessor(java.util.List<MailContentProcessor> delegates)
Method Detail |
---|
public java.lang.String process(java.lang.String input)
MailContentProcessor
process
in interface MailContentProcessor
input
- the content to be processed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |