Class CMSExtensions.RangeFunction

java.lang.Object
org.fenixedu.cms.rendering.CMSExtensions.RangeFunction
All Implemented Interfaces:
com.mitchellbosecke.pebble.extension.Function, com.mitchellbosecke.pebble.extension.NamedArguments
Enclosing class:
CMSExtensions

public static class CMSExtensions.RangeFunction extends Object implements com.mitchellbosecke.pebble.extension.Function
  • Constructor Details

    • RangeFunction

      public RangeFunction()
  • Method Details

    • getArgumentNames

      public List<String> getArgumentNames()
      Specified by:
      getArgumentNames in interface com.mitchellbosecke.pebble.extension.NamedArguments
    • execute

      public Object execute(Map<String,Object> args)
      Specified by:
      execute in interface com.mitchellbosecke.pebble.extension.Function