public abstract class ExtensionHelper extends Object implements com.github.jknack.handlebars.Helper<VendorExtendable>
| Constructor and Description |
|---|
ExtensionHelper() |
| Modifier and Type | Method and Description |
|---|---|
Object |
apply(VendorExtendable vendor,
com.github.jknack.handlebars.Options options) |
static boolean |
getBooleanValue(VendorExtendable vendorExtendable,
String extensionKey) |
abstract String |
getPreffix() |
public abstract String getPreffix()
public Object apply(VendorExtendable vendor, com.github.jknack.handlebars.Options options) throws IOException
apply in interface com.github.jknack.handlebars.Helper<VendorExtendable>IOExceptionpublic static boolean getBooleanValue(VendorExtendable vendorExtendable, String extensionKey)
Copyright © 2018. All rights reserved.