Interface IEmailTemplateVariableResolver
-
@StableMinor(version="15.0", sinceVersion="11.2") public interface IEmailTemplateVariableResolver
Email template variable resolver.- Since:
- 11.2.0
- Version:
- $Revision: 25304 $ $Date: 2022-10-22 22:51:05 -0300 (Sat, 22 Oct 2022) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
resolveVariable(java.lang.String variableName)
Resolves the variable with the given name.
-
-
-
Method Detail
-
resolveVariable
java.lang.String resolveVariable(java.lang.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
-
-