Interface IEmailTemplateVariableResolver


  • @StableMinor(version="17.0",
                 sinceVersion="11.2")
    public interface IEmailTemplateVariableResolver
    Email template variable resolver.
    Since:
    11.2.0
    Version:
    $Revision: 26586 $ $Date: 2024-08-26 21:06:04 -0300 (Mon, 26 Aug 2024) $
    • Method Detail

      • resolveVariable

        java.lang.String resolveVariable​(java.lang.String variableName)
                                  throws UnresolvedVariableException,
                                         PortalException
        Resolves the variable with the given name. A null 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