Interface IEmailTemplateVariableResolver
-
@StableMinor(version="14.0", sinceVersion="11.2") public interface IEmailTemplateVariableResolver
Email template variable resolver.- Since:
- 11.2.0
- Version:
- $Revision: 24476 $ $Date: 2021-04-28 11:28:23 -0300 (Wed, 28 Apr 2021) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
resolveVariable(String variableName)
Resolves the variable with the given name.
-
-
-
Method Detail
-
resolveVariable
String resolveVariable(String variableName) throws UnresolvedVariableException, PortalException
Resolves the variable with the given name. Anull
return value will be used as an empty string.- Parameters:
variableName
- the variable name.- Returns:
- the variable with the given name.
- Throws:
UnresolvedVariableException
- if the variable couldn't be resolved.PortalException
- Since:
- 11.2.0
-
-