Class InlineDecorator
- java.lang.Object
-
- com.github.jknack.handlebars.helper.InlineDecorator
-
-
Constructor Summary
Constructors Constructor Description InlineDecorator()
-
-
-
Field Detail
-
INSTANCE
public static final Decorator INSTANCE
A singleton instance of this helper.
-
-
Method Detail
-
apply
public void apply(Template fn, Options options) throws IOException
Description copied from interface:DecoratorDecorate a template with metadata.- Specified by:
applyin interfaceDecorator- Parameters:
fn- Decorated template.options- Options object.- Throws:
IOException- If something goes wrong.
-
-