Class PrecompileHelper
- java.lang.Object
-
- com.github.jknack.handlebars.helper.PrecompileHelper
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
apply(java.lang.String path, Options options)
Apply the helper to the context.
-
-
-
Field Detail
-
NAME
public static final java.lang.String NAME
The default helper's name.- See Also:
- Constant Field Values
-
INSTANCE
public static final Helper<java.lang.String> INSTANCE
The default and shared instance.
-
-