Class TemplateConfig
java.lang.Object
org.exoplatform.commons.api.notification.plugin.config.TemplateConfig
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddKeyMapping(String key, String value) booleangetKeyValue(String key, String defaultValue) inthashCode()voidsetBundlePath(String bundlePath) voidsetKeyMapping(Map<String, String> keyMapping) setProviderId(String providerId) voidsetTemplatePath(String templatePath)
-
Field Details
-
DEFAULT_SRC_RESOURCE_BUNDLE_KEY
- See Also:
-
DEFAULT_SRC_RESOURCE_TEMPLATE_KEY
- See Also:
-
SUBJECT_KEY
- See Also:
-
DIGEST_KEY
- See Also:
-
DIGEST_ONE_KEY
- See Also:
-
DIGEST_THREE_KEY
- See Also:
-
DIGEST_MORE_KEY
- See Also:
-
FOOTER_KEY
- See Also:
-
-
Constructor Details
-
TemplateConfig
public TemplateConfig() -
TemplateConfig
-
-
Method Details
-
getProviderId
- Returns:
- the providerId
-
setProviderId
- Parameters:
providerId- the providerId to set
-
getBundlePath
- Returns:
- the bundlePath
-
setBundlePath
- Parameters:
bundlePath- the bundlePath to set
-
getTemplatePath
- Returns:
- the templatePath
-
setTemplatePath
- Parameters:
templatePath- the templatePath to set
-
getKeyMapping
- Returns:
- the keyMapping
-
setKeyMapping
- Parameters:
keyMapping- the keyMapping to set
-
addKeyMapping
-
getKeyValue
-
equals
-
hashCode
public int hashCode()
-