Class GetActionMessageTextFunction

java.lang.Object
com.atlassian.confluence.plugins.soy.GetActionMessageTextFunction
All Implemented Interfaces:
com.atlassian.soy.renderer.SoyFunction, com.atlassian.soy.renderer.SoyServerFunction<String>

public class GetActionMessageTextFunction extends Object implements com.atlassian.soy.renderer.SoyServerFunction<String>
A soy server function that retrieves the i18n text of an action message.

Usage: {let $messageText: getActionMessageText($message) /}

  • Constructor Details

  • Method Details

    • apply

      public String apply(Object... objects)
      Specified by:
      apply in interface com.atlassian.soy.renderer.SoyServerFunction<String>
    • getName

      public String getName()
      Specified by:
      getName in interface com.atlassian.soy.renderer.SoyFunction
    • validArgSizes

      public Set<Integer> validArgSizes()
      Specified by:
      validArgSizes in interface com.atlassian.soy.renderer.SoyFunction