| Modifier and Type | Field and Description |
|---|---|
static Decorator |
INSTANCE
A singleton instance of this helper.
|
| Constructor and Description |
|---|
InlineDecorator() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Template fn,
Options options)
Decorate a template with metadata.
|
public static final Decorator INSTANCE
public void apply(Template fn, Options options) throws IOException
Decoratorapply in interface Decoratorfn - Decorated template.options - Options object.IOException - If something goes wrong.Copyright © 2022. All rights reserved.