Class PublicLinkProcessor
java.lang.Object
ch.tocco.nice2.messaging.mail.impl.processor.PublicLinkProcessor
- All Implemented Interfaces:
MessageProcessor
Replaces CMS/DMS admin URIs with public URIs in mail content.
-
Field Summary
Fields inherited from interface ch.tocco.nice2.messaging.mail.spi.processing.MessageProcessor
HIGH_PRIORITY, LOW_PRIORITY
-
Constructor Summary
ConstructorDescriptionPublicLinkProcessor
(org.slf4j.Logger log, UriConversionService uriConversionService) -
Method Summary
Modifier and TypeMethodDescriptionvoid
process
(MailMessage message, Map<String, Object> attributes) processHtml
(String html)
-
Constructor Details
-
PublicLinkProcessor
-
-
Method Details
-
process
- Specified by:
process
in interfaceMessageProcessor
- Throws:
MailException
-
processHtml
-