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 MessageProcessor
HIGH_PRIORITY, LOW_PRIORITY -
Constructor Summary
ConstructorsConstructorDescriptionPublicLinkProcessor(org.slf4j.Logger log, UriConversionService uriConversionService) -
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(MailMessage message, Map<String, Object> attributes) processHtml(String html)
-
Constructor Details
-
PublicLinkProcessor
-
-
Method Details
-
process
- Specified by:
processin interfaceMessageProcessor- Throws:
MailException
-
processHtml
-