public class DefaultMailContentProcessor extends Object implements MailContentProcessor
Constructor and Description |
---|
DefaultMailContentProcessor(List<MailContentProcessor> delegates) |
Modifier and Type | Method and Description |
---|---|
String |
process(String input)
Take the supplied input data and process it in some fashion, returning the result.
|
public DefaultMailContentProcessor(List<MailContentProcessor> delegates)
public String process(String input)
MailContentProcessor
process
in interface MailContentProcessor
input
- the content to be processed.Copyright © 2003–2017 Atlassian. All rights reserved.