Class CMSExtensions.DateTimeFormaterFilter

  • All Implemented Interfaces:
    com.mitchellbosecke.pebble.extension.Filter, com.mitchellbosecke.pebble.extension.NamedArguments
    Enclosing class:
    CMSExtensions

    public class CMSExtensions.DateTimeFormaterFilter
    extends Object
    implements com.mitchellbosecke.pebble.extension.Filter
    • Constructor Detail

      • DateTimeFormaterFilter

        public DateTimeFormaterFilter()
    • Method Detail

      • 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