| Class | Description | 
|---|---|
| ActionListEmailServiceImpl | ActionListeEmailService which generates messages whose body and subject can be customized via KEW
 configuration parameters, 'immediate.reminder.email.message' and
 'immediate.reminder.email.subject'. | 
| BaseEmailContentServiceImpl | Base EmailContentService implementation with a default email from address that can be
 configured via Spring property injection | 
| CustomizableActionListEmailServiceImpl | ActionListEmailService implementation whose content is configurable/parameterizable
 via a pluggable EmailContentService | 
| StyleableEmailContentServiceImpl | EmailContentService that serves EmailContent customizable via XSLT style sheets
 The global email style name is: kew.email.style
 If this style is not found, the resource 'defaultEmailStyle.xsl' will be retrieved
 relative to this class. | 
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.