All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rs.mail.templates.TemplateResolver Maven / Gradle / Ivy

/**
 * 
 */
package rs.mail.templates;

/**
 * Interface for a template provider.
 * 
 * Selects the template to be used for a specific context.
 * 
 * @author ralph
 *
 */
public interface TemplateResolver extends Resolver