public class TemplateConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_SRC_RESOURCE_BUNDLE_KEY |
static String |
DEFAULT_SRC_RESOURCE_TEMPLATE_KEY |
static String |
DIGEST_KEY |
static String |
DIGEST_MORE_KEY |
static String |
DIGEST_ONE_KEY |
static String |
DIGEST_THREE_KEY |
static String |
FOOTER_KEY |
static String |
SUBJECT_KEY |
| Constructor and Description |
|---|
TemplateConfig() |
TemplateConfig(String providerId) |
| Modifier and Type | Method and Description |
|---|---|
TemplateConfig |
addKeyMapping(String key,
String value) |
boolean |
equals(Object obj) |
String |
getBundlePath() |
Map<String,String> |
getKeyMapping() |
String |
getKeyValue(String key,
String defaultValue) |
String |
getProviderId() |
String |
getTemplatePath() |
void |
setBundlePath(String bundlePath) |
void |
setKeyMapping(Map<String,String> keyMapping) |
TemplateConfig |
setProviderId(String providerId) |
void |
setTemplatePath(String templatePath) |
public static final String DEFAULT_SRC_RESOURCE_BUNDLE_KEY
public static final String DEFAULT_SRC_RESOURCE_TEMPLATE_KEY
public static final String SUBJECT_KEY
public static final String DIGEST_KEY
public static final String DIGEST_ONE_KEY
public static final String DIGEST_THREE_KEY
public static final String DIGEST_MORE_KEY
public static final String FOOTER_KEY
public TemplateConfig()
public TemplateConfig(String providerId)
public String getProviderId()
public TemplateConfig setProviderId(String providerId)
providerId - the providerId to setpublic String getBundlePath()
public void setBundlePath(String bundlePath)
bundlePath - the bundlePath to setpublic String getTemplatePath()
public void setTemplatePath(String templatePath)
templatePath - the templatePath to setpublic void setKeyMapping(Map<String,String> keyMapping)
keyMapping - the keyMapping to setpublic TemplateConfig addKeyMapping(String key, String value)
Copyright © 2003–2014 eXo Platform SAS. All rights reserved.