Class CMSExtensions.TitleFilter

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

public class CMSExtensions.TitleFilter extends Object implements com.mitchellbosecke.pebble.extension.Filter
  • Constructor Details

    • TitleFilter

      public TitleFilter()
  • Method Details

    • getArgumentNames

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

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