- All Superinterfaces:
- TemplateModel
- All Known Implementing Classes:
- NodeListModel, NodeModel
public interface TemplateNodeModel
extends TemplateModel
Describes objects that are nodes in a tree.
If you have a tree of objects, they can be recursively
visited using the <#visit...> and <#recurse...>
FTL directives. This API is largely based on the W3C Document Object Model
(DOM) API. However, it is meant to be generally useful for describing
any tree of objects that you wish to navigate using a recursive visitor
design pattern.
- Since:
- FreeMarker 2.3
- Author:
- Jonathan Revusky