Class IsContainsFunction

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

public class IsContainsFunction extends Object implements com.atlassian.soy.renderer.SoyServerFunction<Boolean>
  • Constructor Details

    • IsContainsFunction

      public IsContainsFunction()
  • Method Details

    • getName

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

      public Boolean apply(Object... args)
      Specified by:
      apply in interface com.atlassian.soy.renderer.SoyServerFunction<Boolean>
    • validArgSizes

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