All Implemented Interfaces:
com.github.jknack.handlebars.Helper<String>

public class IfPropertyHelper extends PropertyHelperSource implements com.github.jknack.handlebars.Helper<String>
Handlebars helper, which checks, whether an element property with provided name equals, contain provided value or not
  • Constructor Details

    • IfPropertyHelper

      public IfPropertyHelper()
  • Method Details

    • apply

      public Object apply(String propertyName, com.github.jknack.handlebars.Options options) throws IOException
      Specified by:
      apply in interface com.github.jknack.handlebars.Helper<String>
      Throws:
      IOException