Class CMSExtensions.MapEntriesFunction

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

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

    • MapEntriesFunction

      public MapEntriesFunction()
  • 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