| Interface | Description |
|---|---|
| Bindings |
The Bindings of a template when rendered.
|
| Configuration.Logger | |
| TagRegistry.TagMatcher |
Interface to implement for custom tag matching.
|
| Class | Description |
|---|---|
| CarrotEngine |
CarrotEngine is the root of the carrot system. |
| Configuration |
The
Configuration is used to configure various aspects of the carrot engine. |
| Configuration.Builder | |
| ParseCache |
Helper class used to cache parsed template files.
|
| Scope |
Scope is a collection of all the bindings that are active.
|
| TagRegistry |
Contains a collection of tags that will be matched when parsing a template.
|
| TagRegistry.Builder | |
| ValueHelper |
Various helpers for working with
Objects. |
| Exception | Description |
|---|---|
| CarrotException |
All exceptions thrown by carrot are subclasses of this exception.
|