| Interface | Description |
|---|---|
| Supplier<R> |
Supplier functional interface that is similar to the one that is introduced in Java 8.
|
| Class | Description |
|---|---|
| AbstractTemplateContext |
Helper class to be able to create template context implementations.
|
| InheritantMap<K,V> |
A Map implementation that allows to return values from a parent map in the way that modifications
are only applied to the current instance.
|
| TemplateWriter |
Wrapper around a
Writer that throws unchecked exception instead of IOException. |
| UniversalIterable<T> |
An iterable that can iterate throug
Iterable instances but also through primitive or
Object arrays. |
| Exception | Description |
|---|---|
| CompileException |
Standard exception thrown for all general compileShared and some runtime failures.
|
| ReservedWordException |
Exception that is thrown when someone wants to override a reserved variable.
|
Copyright © 2011–2015 Everit OpenSource. All rights reserved.