Class CMSExtensions.InTest

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

    public class CMSExtensions.InTest
    extends Object
    implements com.mitchellbosecke.pebble.extension.Test
    • Constructor Detail

      • InTest

        public InTest()
    • Method Detail

      • getArgumentNames

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

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