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)
MailContentProcessorprocess in interface MailContentProcessorinput - the content to be processed.Copyright © 2003–2021 Atlassian. All rights reserved.