Interface IEmailTemplateVariableResolver

    • 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