Class ListHelper

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

    public class ListHelper
    extends Object
    implements com.github.jknack.handlebars.Helper<Object>
    Handlebars helper class that provides conditional list iteration, which means that it will only iterate if it's an Iterable or an array, and will do normal Handlebars processing otherwise.
    Author:
    avasquez