Class CMSExtensions.InTest

java.lang.Object
org.fenixedu.cms.rendering.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 Details

    • InTest

      public InTest()
  • Method Details

    • 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