Class 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 Detail

      • RangeFunction

        public RangeFunction()
    • Method Detail

      • 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