|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Interface Summary | |
|---|---|
| Helper<T> | Handlebars helpers can be accessed from any context in a template. |
| Lambda<C,O> | When the value is a callable object, such as a lambda, the object will be invoked and passed the block of text. |
| Template | A compiled template created by Handlebars.compile(String). |
| TemplateCache | The template cache system. |
| ValueResolver | A hook interface for resolving values from the context stack. |
| Class Summary | |
|---|---|
| Context | Mustache/Handlebars are contextual template engines. |
| Context.Builder | A context builder. |
| Handlebars | Handlebars provides the power necessary to let you build semantic templates effectively with no frustration. |
| Handlebars.SafeString | A Handlebars.SafeString tell Handlebars that the content should not be
escaped as HTML. |
| Handlebars.Utils | Utilities function like: Handlebars.Utils.escapeExpression(CharSequence) and
Handlebars.Utils.isEmpty(Object). |
| HandlebarsError | Useful information about a handlebar error. |
| Options | Options available for Helper.apply(Object, Options). |
| TemplateLoader | Locate resource in a resource repository like: classpath, filesystem, network, web context. |
| Enum Summary | |
|---|---|
| StringHelpers | Commons string function helpers. |
| Exception Summary | |
|---|---|
| HandlebarsException | If something goes wrong this exception will happen. |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||