| Interface | Description |
|---|---|
| MustacheViewMixin |
Mustache view for Avans web application framework.
|
| Class | Description |
|---|---|
| MustacheView |
Build
MustacheFactory instance.Example: final String fileBase = this.getBaseDirectory().resolve("src/main/resources/templates").toString();
return new FallbackMustacheFactory("templates", new File(fileBase));
You should cache this instance. |
Copyright © 2015. All rights reserved.