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